Skip to content

Commit a335fda

Browse files
author
Robert Kiel
authoredSep 27, 2021
docs: fix datastore link (#999)
1 parent 43e3af0 commit a335fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/CONFIGURATION.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ const modules = {
210210
Moreover, the majority of the modules can be customized via option parameters. This way, it is also possible to provide this options through a `config` object. This config object should have the property name of each building block to configure, the same way as the modules specification.
211211

212212
Besides the `modules` and `config`, libp2p allows other internal options and configurations:
213-
- `datastore`: an instance of [ipfs/interface-datastore](https://github.com/ipfs/interface-datastore/) modules.
213+
- `datastore`: an instance of [ipfs/interface-datastore](https://github.com/ipfs/js-ipfs-interfaces/tree/master/packages/interface-datastore) modules.
214214
- This is used in modules such as the DHT. If it is not provided, `js-libp2p` will use an in memory datastore.
215215
- `peerId`: the identity of the node, an instance of [libp2p/js-peer-id](https://github.com/libp2p/js-peer-id).
216216
- This is particularly useful if you want to reuse the same `peer-id`, as well as for modules like `libp2p-delegated-content-routing`, which need a `peer-id` in their instantiation.

0 commit comments

Comments
 (0)
Please sign in to comment.