From 8c967a22bfbaff1ae41072b358fdba7c5883b6a4 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Thu, 1 Jul 2021 19:18:51 +0200 Subject: [PATCH] *: Update Kademlia and Circuit Relay v2 links (#345) * *: Update links to merged Kademlia specification * connections/hole-punching: Update links to merged circuit relay v2 spec --- RFC/0003-routing-records.md | 2 +- connections/hole-punching.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RFC/0003-routing-records.md b/RFC/0003-routing-records.md index 20f15a1b7..b48bea393 100644 --- a/RFC/0003-routing-records.md +++ b/RFC/0003-routing-records.md @@ -283,4 +283,4 @@ before interacting with them directly. This could be added as a new field in the [autonat]: https://github.com/libp2p/specs/issues/180 [envelope-rfc]: ./0002-signed-envelopes.md [eip-778]: https://eips.ethereum.org/EIPS/eip-778 -[dht-spec]: https://github.com/libp2p/specs/pull/108/ +[dht-spec]: https://github.com/libp2p/specs/blob/master/kad-dht/README.md diff --git a/connections/hole-punching.md b/connections/hole-punching.md index 83d9423e6..cdd587584 100644 --- a/connections/hole-punching.md +++ b/connections/hole-punching.md @@ -278,12 +278,12 @@ stack, thus not allowing _insecure_ connections from [secure contexts]. [AutoNAT]: https://github.com/libp2p/specs/issues/180 [Identify]: ../identify/README.md [SDP]: https://en.wikipedia.org/wiki/Session_Description_Protocol -[circuit-relay-v1]: https://github.com/libp2p/specs/tree/master/relay -[circuit-relay-v2]: https://github.com/libp2p/specs/issues/314 +[circuit-relay-v1]: https://github.com/libp2p/specs/blob/master/relay/circuit-v1.md +[circuit-relay-v2]: https://github.com/libp2p/specs/blob/master/relay/circuit-v2.md [DCUTR]: https://github.com/libp2p/specs/pull/173 [project-flare]: https://github.com/protocol/web3-dev-team/pull/21 [symmetric-nat]: https://dh2i.com/kbs/kbs-2961448-understanding-different-nat-types-and-hole-punching/ [ipfs-kademlia]: https://docs.ipfs.io/concepts/dht/ -[Kademlia]: https://github.com/libp2p/specs/pull/108/ +[Kademlia]: https://github.com/libp2p/specs/blob/master/kad-dht/README.md [Gossipsub]: ../pubsub/gossipsub/README.md [secure contexts]: https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts