From c4a442788b734ea66ec8847eaae762829f6e8ce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Habada?= Date: Wed, 22 Dec 2021 17:03:03 +0100 Subject: [PATCH] docs: update example config ipfs links (#1077) --- doc/CONFIGURATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/CONFIGURATION.md b/doc/CONFIGURATION.md index fdfccc80..89d91973 100644 --- a/doc/CONFIGURATION.md +++ b/doc/CONFIGURATION.md @@ -806,8 +806,8 @@ protocols: [ As libp2p is designed to be a modular networking library, its usage will vary based on individual project needs. We've included links to some existing project configurations for your reference, in case you wish to replicate their configuration: -- [libp2p-ipfs-nodejs](https://github.com/ipfs/js-ipfs/blob/master/packages/ipfs/src/core/runtime/libp2p-nodejs.js) - libp2p configuration used by js-ipfs when running in Node.js -- [libp2p-ipfs-browser](https://github.com/ipfs/js-ipfs/blob/master/packages/ipfs/src/core/runtime/libp2p-browser.js) - libp2p configuration used by js-ipfs when running in a Browser (that supports WebRTC) +- [libp2p-ipfs-nodejs](https://github.com/ipfs/js-ipfs/blob/master/packages/ipfs-core-config/src/libp2p.js) - libp2p configuration used by js-ipfs when running in Node.js +- [libp2p-ipfs-browser](https://github.com/ipfs/js-ipfs/blob/master/packages/ipfs-core-config/src/libp2p.browser.js) - libp2p configuration used by js-ipfs when running in a Browser (that supports WebRTC) If you have developed a project using `js-libp2p`, please consider submitting your configuration to this list so that it can be found easily by other users.