From 1128f11eb8684d8ccc4184578543dfaa203f1631 Mon Sep 17 00:00:00 2001 From: Devguru Date: Sun, 10 May 2026 20:39:22 +0530 Subject: [PATCH] fix: update AutoNAT link to actual spec in hole-punching.md The [AutoNAT] reference link in connections/hole-punching.md pointed to issue #180 (a tracking issue about creating the spec). The actual AutoNAT specification now exists at autonat/README.md. Updated to use a relative path consistent with other reference links in the file (e.g., [Identify]: ../identify/README.md). Fixes #697 --- connections/hole-punching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connections/hole-punching.md b/connections/hole-punching.md index 8a279f6cd..2e8ae9230 100644 --- a/connections/hole-punching.md +++ b/connections/hole-punching.md @@ -158,7 +158,7 @@ connections across the various permutations of the two dimensions. [TURN]: https://en.wikipedia.org/wiki/Traversal_Using_Relays_around_NAT [STUN]: https://en.wikipedia.org/wiki/STUN -[AutoNAT]: https://github.com/libp2p/specs/issues/180 +[AutoNAT]: ../autonat/README.md [Identify]: ../identify/README.md [SDP]: https://en.wikipedia.org/wiki/Session_Description_Protocol [circuit-relay-v2]: https://github.com/libp2p/specs/blob/master/relay/circuit-v2.md