From bda4d022013bd5c61602d14bd12e92a2d1beda62 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Fri, 30 Sep 2016 13:30:04 -0400 Subject: [PATCH] Update README URLs based on HTTP redirects --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a703e72ad..72978afe68 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ libp2p is the product of a long, and arduous quest of understanding -- a deep di > We will be writing a set of docs, posts, tutorials, and talks to explain what p2p is, why it is tremendously useful, and how it can help your existing and new projects. But in the meantime, check out > > - [**The IPFS Network Spec**](https://github.com/libp2p/specs), which grew into libp2p -> - [**go-libp2p implementation**](https://github.com/ipfs/go-libp2p) -> - [**js-libp2p implementation**](https://github.com/diasdavid/js-libp2p) +> - [**go-libp2p implementation**](https://github.com/libp2p/go-libp2p) +> - [**js-libp2p implementation**](https://github.com/libp2p/js-libp2p) # Contribute @@ -56,7 +56,7 @@ $ go test ./p2p/ ## Links - [**Specs**](https://github.com/libp2p/specs) -- [**Website**](https://github.com/diasdavid/libp2p-website) +- [**Website**](https://github.com/libp2p/website) ## Extracting packages from go-libp2p