From cf45d844429024b1054d10c2768d2e4dfea837ac Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Fri, 30 Sep 2016 14:42:28 -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 6c27305..027fd7e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ interface-record-store > A test suite and interface you can use to implement a a IPRS compliant(https://github.com/ipfs/specs/tree/master/records) Record Store. -The primary goal of this module is to enable developers to pick and swap their Record Store module as they see fit for their libp2p installation, without having to go through shims or compatibility issues. This module and test suite were heavily inspired by [`abstract-blob-store`](https://github.com/maxogden/abstract-blob-store) and [`interface-stream-muxer`](https://github.com/diasdavid/interface-stream-muxer). +The primary goal of this module is to enable developers to pick and swap their Record Store module as they see fit for their libp2p installation, without having to go through shims or compatibility issues. This module and test suite were heavily inspired by [`abstract-blob-store`](https://github.com/maxogden/abstract-blob-store) and [`interface-stream-muxer`](https://github.com/libp2p/interface-stream-muxer). Publishing a test suite as a module lets multiple modules all ensure compatibility since they use the same test suite. @@ -13,8 +13,8 @@ The API is presented with both Node.js and Go primitives, however, there is not # Modules that implement the interface -- [ipfs-distributed-record-store](https://github.com/diasdavid/node-ipfs-distributed-record-store) -- [ipfs-kad-record-store](https://github.com/diasdavid/node-ipfs-kad-record-store) +- [ipfs-distributed-record-store](https://github.com/libp2p/js-libp2p-distributed-record-store) +- [ipfs-kad-record-store](https://github.com/libp2p/js-libp2p-kad-record-store) # Badge