From 991ae7cda438d10c14c869548e4f0f16c7fb6e19 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Wed, 22 Aug 2018 23:08:38 +0000 Subject: [PATCH] README: fix bitswap link And clarify that it's a separate package. License: MIT Signed-off-by: Steven Allen --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 715d84a3d..f791c05b3 100644 --- a/README.md +++ b/README.md @@ -328,9 +328,9 @@ If you believe you've found a bug, check the [issues list](https://github.com/ip Some places to get you started on the codebase: -- Main file: [cmd/ipfs/main.go](https://github.com/ipfs/go-ipfs/blob/master/cmd/ipfs/main.go) -- CLI Commands: [core/commands/](https://github.com/ipfs/go-ipfs/tree/master/core/commands) -- Bitswap (the data trading engine): [exchange/bitswap/](hhttps://github.com/ipfs/go-bitswap) +- Main file: [./cmd/ipfs/main.go](https://github.com/ipfs/go-ipfs/blob/master/cmd/ipfs/main.go) +- CLI Commands: [./core/commands/](https://github.com/ipfs/go-ipfs/tree/master/core/commands) +- Bitswap (the data trading engine): [go-bitswap](https://github.com/ipfs/go-bitswap) - libp2p - libp2p: https://github.com/libp2p/go-libp2p - DHT: https://github.com/libp2p/go-libp2p-kad-dht