diff --git a/README.md b/README.md index 45d7f4e..55123e1 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ libp2p: https://github.com/libp2p/specs

Prerequisites: To compile the C version you will need:
lmdb https://github.com/jmjatlanta/lmdb
-c-protobuf https://github.com/kenCode/c-protobuf
-c-multihash https://github.com/kenCode/c-multihash
-c-multiaddr https://github.com/kenCode/c-multiaddr
-c-libp2p https://github.com/kenCode/c-libp2p
+c-protobuf https://github.com/kenCode-de/c-protobuf
+c-multihash https://github.com/kenCode-de/c-multihash
+c-multiaddr https://github.com/kenCode-de/c-multiaddr
+c-libp2p https://github.com/kenCode-de/c-libp2p

-And of course this project at https://github.com/kenCode/c-ipfs
+And of course this project at https://github.com/kenCode-de/c-ipfs

The compilation at this point is simple, but not very flexible. Place all of these projects in a directory. Compile all (the order above is recommended) by going into each one and running "make all".