From 27206dfe45ebd4980269fa9e347db197c523c0cb Mon Sep 17 00:00:00 2001 From: Jimmy Debe <91767824+jimstir@users.noreply.github.com> Date: Tue, 3 Dec 2024 08:32:55 -0500 Subject: [PATCH] Update rendezvous.md --- standards/core/rendezvous.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/standards/core/rendezvous.md b/standards/core/rendezvous.md index 6782542..6a42abd 100644 --- a/standards/core/rendezvous.md +++ b/standards/core/rendezvous.md @@ -23,7 +23,7 @@ To contribute well, a Waku node must know a sufficient number of peers with a wide variety of capabilities. By using rendezvous in combination with [Discv5](https://github.com/ethereum/devp2p/blob/master/discv5/discv5.md#node-discovery-protocol-v5) and -[Waku peer exchange](https://github.com/vacp2p/rfc-index/blob/main/waku/standards/core/34/peer-exchange.md#abstract), +[34/WAKU2-PEER-EXCHANGE](https://github.com/vacp2p/rfc-index/blob/main/waku/standards/core/34/peer-exchange.md#abstract), Waku nodes will reach a good number of meaningful peers faster than through a single discovery method. @@ -69,6 +69,6 @@ Copyright and related rights waived via # References - [Discv5](https://github.com/ethereum/devp2p/blob/master/discv5/discv5.md#node-discovery-protocol-v5) - - [Peer Exchange](https://github.com/vacp2p/rfc-index/blob/main/waku/standards/core/34/peer-exchange.md#abstract) + - [34/WAKU2-PEER-EXCHANGE](https://github.com/vacp2p/rfc-index/blob/main/waku/standards/core/34/peer-exchange.md#abstract) - [Libp2p Rendezvous](https://github.com/libp2p/specs/blob/master/rendezvous/README.md#rendezvous-protocol) - [Relay](https://github.com/vacp2p/rfc-index/blob/main/waku/standards/core/11/relay.md)