Commit bda4d022 authored by Richard Littauer's avatar Richard Littauer
Browse files

Update README URLs based on HTTP redirects

parent 87b0e200
...@@ -19,8 +19,8 @@ libp2p is the product of a long, and arduous quest of understanding -- a deep di ...@@ -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 > 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 > - [**The IPFS Network Spec**](https://github.com/libp2p/specs), which grew into libp2p
> - [**go-libp2p implementation**](https://github.com/ipfs/go-libp2p) > - [**go-libp2p implementation**](https://github.com/libp2p/go-libp2p)
> - [**js-libp2p implementation**](https://github.com/diasdavid/js-libp2p) > - [**js-libp2p implementation**](https://github.com/libp2p/js-libp2p)
# Contribute # Contribute
...@@ -56,7 +56,7 @@ $ go test ./p2p/<path of module you want to run tests for> ...@@ -56,7 +56,7 @@ $ go test ./p2p/<path of module you want to run tests for>
## Links ## Links
- [**Specs**](https://github.com/libp2p/specs) - [**Specs**](https://github.com/libp2p/specs)
- [**Website**](https://github.com/diasdavid/libp2p-website) - [**Website**](https://github.com/libp2p/website)
## Extracting packages from go-libp2p ## Extracting packages from go-libp2p
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment