From c769229bf74b3e94ed4d02d7c02f8609e0a4344a Mon Sep 17 00:00:00 2001 From: Mitchell Perilstein Date: Sat, 19 Mar 2016 10:18:35 -0400 Subject: [PATCH] fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac316ccb6b..5627b62c63 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ 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/ipfs/specs/tree/master/protocol/network), which grew into libp2p +> - [**The IPFS Network Spec**](https://github.com/ipfs/specs/tree/master/libp2p), which grew into libp2p > - [**go-libp2p implementation**](https://github.com/ipfs/go-libp2p) > - [**js-libp2p implementation**](https://github.com/diasdavid/js-libp2p)