From bf02c6ac28a190d54958003ca6f293cc95e25e3f Mon Sep 17 00:00:00 2001 From: Pascal Marco Caversaccio Date: Mon, 30 Jan 2023 14:35:10 +0100 Subject: [PATCH] fix broken link to dns discovery setup --- cmd/devp2p/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/devp2p/README.md b/cmd/devp2p/README.md index 7f816b602e3d..7b90bbeb806a 100644 --- a/cmd/devp2p/README.md +++ b/cmd/devp2p/README.md @@ -135,6 +135,6 @@ replacing `` with the enode of the geth node: ``` [eth]: https://github.com/ethereum/devp2p/blob/master/caps/eth.md -[dns-tutorial]: https://geth.ethereum.org/docs/developers/dns-discovery-setup +[dns-tutorial]: https://geth.ethereum.org/docs/developers/geth-developer/dns-discovery-setup [discv4]: https://github.com/ethereum/devp2p/tree/master/discv4.md [discv5]: https://github.com/ethereum/devp2p/tree/master/discv5/discv5.md