Skip to content

Commit e604662

Browse files
authored
Merge pull request #61 from luisschwab/fix/hintfile-urls
fix(doc): use HTTPS on hintfile URLs
2 parents 9be7a70 + 14571c5 commit e604662

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

node/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ You will need a `.hints` file locally to run this binary. You may download one f
77
For Signet:
88

99
```bash
10-
curl -o signet.hints http://utxohints.store/hints/signet
10+
curl -o signet.hints https://utxohints.store/hints/signet
1111
```
1212

1313
Or for Bitcoin:
1414

1515
```bash
16-
curl -o bitcoin.hints http://utxohints.store/hints/bitcoin
16+
curl -o bitcoin.hints https://utxohints.store/hints/bitcoin
1717
```
1818

1919
To build the Bitcoin kernel, you will need the following on Ubuntu:

0 commit comments

Comments
 (0)