From f6a42fef7619c9b1cbedfbc98b45b60e1238e74c Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Sun, 2 Oct 2016 10:03:56 -0400 Subject: [PATCH] Update README URLs based on HTTP redirects --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9a397a..7fc5deb 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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])`