Skip to content

Commit 3c8d844

Browse files
update references to kad-dht in ipns-records.md
1 parent dcebeed commit 3c8d844

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/ipns/ipns-record.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ editors:
3333
affiliation:
3434
name: Protocol Labs
3535
url: https://protocol.ai/
36+
xref:
37+
- kad-dht
3638
tags: ['ipns']
3739
order: 0
3840
---
@@ -287,7 +289,7 @@ Once the record is created, it is ready to be spread through the network. This w
287289

288290
The means of distribution are left unspecified. Implementations MAY choose to
289291
publish signed record using multiple routing systems, such as
290-
[libp2p Kademlia DHT](https://github.com/libp2p/specs/tree/master/kad-dht) or :cite[ipns-pubsub-router] (see [Routing record](#routing-record)).
292+
:cite[kad-dht] or :cite[ipns-pubsub-router] (see [Routing record](#routing-record)).
291293

292294
On the other side, each peer must be able to get a record published by another node. It only needs to have the unique identifier used to publish the record to the network. Taking into account the routing system being used, we may obtain a set of occurrences of the record from the network. In this case, records can be compared using the sequence number, in order to obtain the most recent one.
293295

@@ -471,7 +473,7 @@ Note: Base32 according to the :cite[rfc4648].
471473
#### Routing Record
472474

473475
The routing record is spread across the network according to the available routing systems.
474-
The two routing systems currently available in IPFS are the [libp2p Kademlia DHT](https://github.com/libp2p/specs/tree/master/kad-dht) and :cite[ipns-pubsub-router].
476+
The two routing systems currently available in IPFS are the :cite[kad-dht] and :cite[ipns-pubsub-router].
475477

476478
**Key format:** `/ipns/BINARY_ID`
477479

0 commit comments

Comments
 (0)