From 9ef2eccb8aa19e80a9381dcb2ece29718ebce30f Mon Sep 17 00:00:00 2001 From: Benjamin Arntzen Date: Mon, 4 Mar 2024 17:08:39 +0000 Subject: [PATCH] docs: Update link to DNS discovery tutorial (#2496) --- waku/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/waku/README.md b/waku/README.md index 27030a896..0e631e1a0 100644 --- a/waku/README.md +++ b/waku/README.md @@ -173,7 +173,7 @@ This is necessary to verify domain certificates when connecting to this node ove ## Using DNS discovery to connect to existing nodes -A node can discover other nodes to connect to using [DNS-based discovery](../../docs/tutorial/dns-disc.md). +A node can discover other nodes to connect to using [DNS-based discovery](../docs/tutorial/dns-disc.md). The following command line options are available: ``` @@ -197,7 +197,7 @@ Current URLs for the published fleet lists: - production fleet: `enrtree://ANEDLO25QVUGJOUTQFRYKWX6P4Z4GKVESBMHML7DZ6YK4LGS5FC5O@prod.wakuv2.nodes.status.im` - test fleet: `enrtree://AO47IDOLBKH72HIZZOXQP6NMRESAN7CHYWIBNXDXWRJRZWLODKII6@test.wakuv2.nodes.status.im` -See the [separate tutorial](../../docs/tutorial/dns-disc.md) for a complete guide to DNS discovery. +See the [separate tutorial](../docs/tutorial/dns-disc.md) for a complete guide to DNS discovery. ## Enabling Websocket