diff --git a/BITSWAP.md b/BITSWAP.md index 968b96e2f..3aee5c656 100644 --- a/BITSWAP.md +++ b/BITSWAP.md @@ -1,3 +1,3 @@ # Bitswap -Moved to https://specs.ipfs.tech/bitswap/ +Moved to https://specs.ipfs.tech/bitswap-protocol/ diff --git a/src/bitswap.md b/src/bitswap-protocol.md similarity index 98% rename from src/bitswap.md rename to src/bitswap-protocol.md index 17f37799c..11d943ec5 100644 --- a/src/bitswap.md +++ b/src/bitswap-protocol.md @@ -1,7 +1,7 @@ --- -title: Bitswap +title: Bitswap Protocol description: > - Bitswap is a libp2p data exchange protocol for sending and receiving content + Bitswap is a libp2p data exchange protocol for finding, sending and receiving content addressed blocks of data. It attempts to acquire blocks from the p2p network that have been requested by the client, and also send blocks to others who want them.