Skip to content

Commit 3a4b6bd

Browse files
Fixes broken link.
1 parent 28e79ac commit 3a4b6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ In system architecture, a Peer is an equal player in the peer-to-peer model of d
356356

357357
### Peer routing
358358

359-
Peer routing is the process of discovering the network _route_ or address for a peer in the network, given the peer’s ID. It may also include _ambient_ discovery of local peers. The primary peer routing mechanism in IPFS uses a distributed hash table to locate peers, taking advantage of the [Kademlia routing algorithm](concepts/dht.md#lookup-algorithm) to efficiently locate peers.
359+
Peer routing is the process of discovering the network _route_ or address for a peer in the network, given the peer’s ID. It may also include _ambient_ discovery of local peers. The primary peer routing mechanism in IPFS uses a distributed hash table to locate peers, taking advantage of the [Kademlia routing algorithm](dht.md#lookup-algorithm) to efficiently locate peers.
360360

361361
### Peer ID
362362

0 commit comments

Comments
 (0)