From 13067d0f911d7eb53edbe86f8202b9f326aff998 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Mon, 8 Mar 2021 18:42:14 -0800 Subject: [PATCH] point python implementation to multiformats The previous repo is 404, likely was suppose to be replaced by this. --- content/multihash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/multihash.md b/content/multihash.md index ed93cbb..8bc9315 100644 --- a/content/multihash.md +++ b/content/multihash.md @@ -75,7 +75,7 @@ These implementations are available: - [by @dignifiedquire](//github.com/dignifiedquire/rust-multihash) - [by @google](//github.com/google/rust-multihash) - [haskell-multihash](//github.com/LukeHoersten/multihash) -- [python-multihash](//github.com/tehmaze/python-multihash) +- [python-multihash](//github.com/multiformats/py-multihash) - [elixir-multihash](//github.com/zabirauf/ex_multihash), [elixir-multihashing](//github.com/candeira/ex_multihashing) - [swift-multihash](//github.com/NeoTeo/SwiftMultihash) - [ruby-multihash](//github.com/neocities/ruby-multihash)