@cryptotaxi247 / kubo / commits / 991ae7cda

README: fix bitswap link

And clarify that it's a separate package. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>

Steven Allen committed Aug 22, 2018 at 23:08 UTC 991ae7cda438d10c14c869548e4f0f16c7fb6e19
1 file changed +3 -3
README.md
+3 -3
@@ -328,9 +328,9 @@ If you believe you've found a bug, check the [issues list](https://github.com/ip
328
329 Some places to get you started on the codebase:
330
331 -- Main file: [cmd/ipfs/main.go](https://github.com/ipfs/go-ipfs/blob/master/cmd/ipfs/main.go)
332 -- CLI Commands: [core/commands/](https://github.com/ipfs/go-ipfs/tree/master/core/commands)
333 -- Bitswap (the data trading engine): [exchange/bitswap/](hhttps://github.com/ipfs/go-bitswap)
331 +- Main file: [./cmd/ipfs/main.go](https://github.com/ipfs/go-ipfs/blob/master/cmd/ipfs/main.go)
332 +- CLI Commands: [./core/commands/](https://github.com/ipfs/go-ipfs/tree/master/core/commands)
333 +- Bitswap (the data trading engine): [go-bitswap](https://github.com/ipfs/go-bitswap)
334 - libp2p
335 - libp2p: https://github.com/libp2p/go-libp2p
336 - DHT: https://github.com/libp2p/go-libp2p-kad-dht