From e4547c5f6051bb11f62413e226522fb27c2d8556 Mon Sep 17 00:00:00 2001 From: Bumblefudge Date: Wed, 19 Feb 2025 02:23:28 -0800 Subject: [PATCH] Link typo in shipyard-2024.md (#702) --- src/_blog/shipyard-2024.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_blog/shipyard-2024.md b/src/_blog/shipyard-2024.md index 88920d99..21fc8e93 100644 --- a/src/_blog/shipyard-2024.md +++ b/src/_blog/shipyard-2024.md @@ -325,7 +325,7 @@ Beyond the work mentioned earlier on transports, we've also been working on nume ### AutoNAT v2 -[AutoNAT v2](https://github.com/libp2p/specs/blob/autonat-v2/autonat/autonat-v2.md) is a new version of the AutoNAT protocol that provides more precise reachability information for nodes. +[AutoNAT v2](https://github.com/libp2p/specs/blob/master/autonat/autonat-v2.md) is a new version of the AutoNAT protocol that provides more precise reachability information for nodes. It provides higher granularity in determining reachability for the node, e.g. AutoNAT v2 allows us to determine reachability for all combinations of (`ipv4/ipv6`, `tcp/udp`).