From b26cca61d68000bdfc8997a1a408f3375a30142c Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Fri, 30 Sep 2016 14:57:51 -0400 Subject: [PATCH] Update README URLs based on HTTP redirects --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d44c659..40715e1 100644 --- a/README.md +++ b/README.md @@ -122,10 +122,10 @@ These path names happen to be resolvable -- not just in a "multicodec muxer(e.g ## Implementations -- [go-multicodec](https://github.com/jbenet/go-multicodec) -- [go-multistream](https://github.com/whyrusleeping/go-multistream) - Implements multistream, which uses multicodec for stream negotiation -- [js-multistream](https://github.com/multiformats/js-multistream) - Implements multistream, which uses multicodec for stream negotiation -- [clj-multicodec](https://github.com/greglook/clj-multicodec) +- [go-multicodec](https://github.com/multiformats/go-multicodec) +- [go-multistream](https://github.com/multiformats/go-multistream) - Implements multistream, which uses multicodec for stream negotiation +- [js-multistream](https://github.com/multiformats/js-multistream-select) - Implements multistream, which uses multicodec for stream negotiation +- [clj-multicodec](https://github.com/multiformats/clj-multicodec) ## FAQ