diff --git a/docs/config.md b/docs/config.md index 404debd1c..1c6885b99 100644 --- a/docs/config.md +++ b/docs/config.md @@ -1348,7 +1348,7 @@ Reframe: - `Endpoint` (mandatory): URL that will be used to connect to a specified router. - `Priority` (optional): Priority is used when making a routing request. Small numbers represent more important routers. The default priority is 100000. -**Example:** +**Examples:** To add router provided by _Store the Index_ team at [cid.contact](https://cid.contact): @@ -1361,7 +1361,7 @@ $ ipfs config Routing.Routers.CidContact --json '{ }' ``` -Anyone can create and run their own Reframe endpoint, and experiment with custom routing logic. See [`someguy`](https://github.com/aschmahmann/someguy) example, which proxies requests to BOTH the IPFS Public DHT AND an Indexer node. +Anyone can create and run their own Reframe endpoint, and experiment with custom routing logic. See [`someguy`](https://github.com/aschmahmann/someguy) example, which proxies requests to BOTH the IPFS Public DHT AND an Indexer node. Protocol Labs provides a public instance at `https://routing.delegate.ipfs.io/reframe`. Default: `{}` (use the safe implicit defaults)