From 9df6689175a0d11553a1a359b5c1f9a3297dc42e Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Fri, 30 Sep 2016 14:42:49 -0400 Subject: [PATCH] Update README URLs based on HTTP redirects --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b61e09c..f5eede4 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ The API is presented with both Node.js and Go primitives, however, there is not # Modules that implement the interface -- [js-libp2p-tcp](https://github.com/diasdavid/node-libp2p-tcp) -- [js-libp2p-webrtc-star](https://github.com/diasdavid/js-libp2p-webrtc-star) -- [js-libp2p-websockets](https://github.com/diasdavid/js-libp2p-websockets) -- [js-libp2p-utp](https://github.com/diasdavid/js-libp2p-utp) +- [js-libp2p-tcp](https://github.com/libp2p/js-libp2p-tcp) +- [js-libp2p-webrtc-star](https://github.com/libp2p/js-libp2p-webrtc-star) +- [js-libp2p-websockets](https://github.com/libp2p/js-libp2p-websockets) +- [js-libp2p-utp](https://github.com/libp2p/js-libp2p-utp) - [webrtc-explorer](https://github.com/diasdavid/webrtc-explorer) # Badge @@ -94,9 +94,9 @@ Creates a new Transport instance. `options` is a optional JavaScript object, mig This method dials a transport to the Peer listening on `multiaddr`. -`multiaddr` must be of the type [`multiaddr`](http://npmjs.org/multiaddr). +`multiaddr` must be of the type [`multiaddr`](https://www.npmjs.com/multiaddr). -`stream` must implements the [interface-connection](https://github.com/diasdavid/interface-connection) interface. +`stream` must implements the [interface-connection](https://github.com/libp2p/interface-connection) interface. `[options]` is an optional argument, which can be used by some implementations