From 9795ac07227563ae945841a79864a8c2307e1e54 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Fri, 30 Sep 2016 14:43:40 -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 1ab5930..fc56af1 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ > Crypto primitives for libp2p in JavaScript This repo contains the JavaScript implementation of the crypto primitives -needed for libp2p. This is based on this [go implementation](https://github.com/ipfs/go-libp2p-crypto). +needed for libp2p. This is based on this [go implementation](https://github.com/libp2p/go-libp2p-crypto). ## Table of Contents @@ -123,7 +123,7 @@ Converts a protobuf serialized private key into its representative object. ## Contribute -Feel free to join in. All welcome. Open an [issue](https://github.com/ipfs/js-libp2p-crypto/issues)! +Feel free to join in. All welcome. Open an [issue](https://github.com/libp2p/js-libp2p-crypto/issues)! This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).