Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 00e0528

Browse files
andrewdaviddias
authored andcommitted
docs: fix link to DHT spec
License: MIT Signed-off-by: Andrew Nesbitt <[email protected]>
1 parent e6e749d commit 00e0528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ The core API is grouped into several areas:
594594
- [`ipfs.bootstrap.add(addr, [options], [callback])`](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/BOOTSTRAP.md#bootstrapadd)
595595
- [`ipfs.bootstrap.rm(peer, [options], [callback])`](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/BOOTSTRAP.md#bootstraprm)
596596
597-
- [dht](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/)
597+
- [dht](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/DHT.md)
598598
- [`ipfs.dht.findPeer(peerId, [callback])`](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/DHT.md#dhtfindpeer)
599599
- [`ipfs.dht.findProvs(multihash, [callback])`](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/DHT.md#dhtfindprovs)
600600
- [`ipfs.dht.get(key, [callback])`](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/DHT.md#dhtget)

0 commit comments

Comments
 (0)