From f06e06a0065e491f33007ac25915c42d03a42055 Mon Sep 17 00:00:00 2001 From: Kevin Lacker Date: Thu, 28 Jan 2021 02:06:11 -0800 Subject: [PATCH] chore: update bootstrapers example url --- examples/discovery-mechanisms/bootstrapers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/discovery-mechanisms/bootstrapers.js b/examples/discovery-mechanisms/bootstrapers.js index 50da9eb4..384f0b5e 100644 --- a/examples/discovery-mechanisms/bootstrapers.js +++ b/examples/discovery-mechanisms/bootstrapers.js @@ -1,6 +1,6 @@ 'use strict' -// Find this list at: https://github.com/ipfs/js-ipfs/blob/master/src/core/runtime/config-nodejs.json +// Find this list at: https://github.com/ipfs/js-ipfs/blob/master/packages/ipfs-core/src/runtime/config-nodejs.js const bootstrapers = [ '/ip4/104.131.131.82/tcp/4001/p2p/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ', '/dnsaddr/bootstrap.libp2p.io/p2p/QmNnooDu7bfjPFoTZYxMNLWUQJyrVwtbZg5gBMjTezGAJN',