Skip to content

Commit

Permalink
Update README URLs based on HTTP redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Oct 2, 2016
1 parent ba8aa3f commit f6a42fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

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

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

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

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

### `create([opts])`

Expand Down

0 comments on commit f6a42fe

Please # to comment.