Skip to content

Commit e08907f

Browse files
authored
Merge pull request #34 from RichardLitt/master
Update README URLs based on HTTP redirects
2 parents ba8aa3f + f6a42fe commit e08907f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
Generate, import, and export PeerIDs, for use with [IPFS](https://github.com/ipfs/ipfs).
1515

16-
*A Peer ID is the SHA-256 [multihash](https://github.com/jbenet/multihash) of a
16+
*A Peer ID is the SHA-256 [multihash](https://github.com/multiformats/multihash) of a
1717
public key.*
1818

1919
*The public key is a base64 encoded string of a protobuf containing an RSA DER
@@ -91,7 +91,7 @@ const PeerId = require('peer-id')
9191
- `privKey: RsaPrivateKey` - The private key
9292
- `pubKey: RsaPublicKey` - The public key
9393

94-
The key format is detailed in [libp2p-crypto](https://github.com/ipfs/js-libp2p-crypto).
94+
The key format is detailed in [libp2p-crypto](https://github.com/libp2p/js-libp2p-crypto).
9595

9696
### `create([opts])`
9797

0 commit comments

Comments
 (0)