Browse Source

Merge pull request #143 from doesntgolf/patch-1

Fix implementation guide link
Richard Littauer 9 years ago
parent
commit
a1e1bcc75c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -168,7 +168,7 @@ For a community-curated lists of awesome projects using IPFS, check out [awesome
 | Javascript | https://github.com/ipfs/js-ipfs | incomplete |
 | Python | https://github.com/ipfs/py-ipfs | starting |
 
-If you would you like to start your own language implementation of IPFS, check out the [IPFS Implementation Guide](https://github.com/ipfs/specs/blob/overviews/overviews/implement-ipfs.md), and the [Specifications](https://github.com/ipfs/specs). The specs are still evolving, but the core formats are stable and can be built on. Make sure to post an issue if you would like to start an effort, as many people have expressed interest in contributing to new implementations.
+If you would you like to start your own language implementation of IPFS, check out the [IPFS Implementation Guide](https://github.com/ipfs/specs/blob/master/overviews/implement-ipfs.md), and the [Specifications](https://github.com/ipfs/specs). The specs are still evolving, but the core formats are stable and can be built on. Make sure to post an issue if you would like to start an effort, as many people have expressed interest in contributing to new implementations.
 
 #### API Client Libraries