Skip to content

Commit 1b5d1fa

Browse files
committed
README: use https
1 parent 9a8552a commit 1b5d1fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ __added__
1919

2020
__changed__
2121
- `ECPair.prototype.sign` now returns a 64-byte signature `Buffer`, not an `ECSignature` object (#1084)
22-
- `ECPair` (and all ECDSA code) now uses [`tiny-secp256k1`](http://github.com/bitcoinjs/tiny-secp256k1), which uses the [`libsecp256k1` library](https://github.com/bitcoin-core/secp256k1) (#1070)
22+
- `ECPair` (and all ECDSA code) now uses [`tiny-secp256k1`](https://github.com/bitcoinjs/tiny-secp256k1), which uses the [`libsecp256k1` library](https://github.com/bitcoin-core/secp256k1) (#1070)
2323
- `TransactionBuilder` internal variables are now `__` prefixed to discourage public usage (#1038)
2424
- `TransactionBuilder` now defaults to version 2 transaction versions (#1036)
2525
- `script.decompile` now returns `[Buffer]` or `null`, if decompilation failed (#1039)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Mistakes and bugs happen, but with your help in resolving and reporting [issues]
2323
- Easy to audit and verify,
2424
- Tested, with test coverage >95%,
2525
- Advanced and feature rich,
26-
- Standardized, using [standard](http://github.com/standard/standard) and Node `Buffer`'s throughout, and
26+
- Standardized, using [standard](https://github.com/standard/standard) and Node `Buffer`'s throughout, and
2727
- Friendly, with a strong and helpful community, ready to answer questions.
2828

2929
## Documentation
@@ -45,9 +45,9 @@ If in doubt, see the [.travis.yml](.travis.yml) for what versions are used by ou
4545

4646
### Browser
4747
The recommended method of using `bitcoinjs-lib` in your browser is through [Browserify](https://github.com/substack/node-browserify).
48-
If you're familiar with how to use browserify, ignore this and carry on, otherwise, it is recommended to read the tutorial at http://browserify.org/.
48+
If you're familiar with how to use browserify, ignore this and carry on, otherwise, it is recommended to read the tutorial at https://browserify.org/.
4949

50-
**NOTE**: We use Node Maintenance LTS features, if you need strict ES5, use [`--transform babelify`](https://github.com/babel/babelify) in conjunction with your `browserify` step (using an [`es2015`](http://babeljs.io/docs/plugins/preset-es2015/) preset).
50+
**NOTE**: We use Node Maintenance LTS features, if you need strict ES5, use [`--transform babelify`](https://github.com/babel/babelify) in conjunction with your `browserify` step (using an [`es2015`](https://babeljs.io/docs/plugins/preset-es2015/) preset).
5151

5252
**WARNING**: iOS devices have [problems](https://github.com/feross/buffer/issues/136), use atleast [[email protected]](https://github.com/feross/buffer/pull/155) or greater, and enforce the test suites (for `Buffer`, and any other dependency) pass before use.
5353

0 commit comments

Comments
 (0)