From 6ecbdc4f5d3090e1d1f714c0d1e9efed8c6c247c Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Fri, 28 Jun 2019 00:18:02 +0200 Subject: [PATCH] fix: delegate example link License: MIT Signed-off-by: Alan Shaw --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 314a2f1266..7d76965d01 100644 --- a/README.md +++ b/README.md @@ -324,7 +324,7 @@ Modify the default IPFS node config. This object will be *merged* with the defau ###### Configuring Delegate Routers -If you need to support Delegated Content and/or Peer Routing, you can enable it by specifying the multiaddrs of your delegate nodes in the config via `options.config.Addresses.Delegates`. If you need to run a delegate router we encourage you to run your own, with go-ipfs. You can see instructions for doing so in the [delegated routing example][:delegated-routing-example]. +If you need to support Delegated Content and/or Peer Routing, you can enable it by specifying the multiaddrs of your delegate nodes in the config via `options.config.Addresses.Delegates`. If you need to run a delegate router we encourage you to run your own, with go-ipfs. You can see instructions for doing so in the [delegated routing example](https://github.com/libp2p/js-libp2p/tree/master/examples/delegated-routing). If you are not able to run your own delegate router nodes, we currently have two nodes that support delegated routing. **Important**: As many people may be leveraging these nodes, performance may be affected, which is why we recommend running your own nodes in production. @@ -1190,5 +1190,3 @@ IPFS implementation in JavaScript is a work in progress. As such, there's a few ## License [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fipfs%2Fjs-ipfs.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fipfs%2Fjs-ipfs?ref=badge_large) - -[delegate-routing-example]: https://github.com/libp2p/js-libp2p/tree/master/examples/delegated-routing \ No newline at end of file