From c8fe5e0d8e9497316d3e647ce438aa8a0ebd66d6 Mon Sep 17 00:00:00 2001 From: Manu Sheel Gupta Date: Mon, 30 Mar 2026 23:19:33 +0530 Subject: [PATCH 1/2] Fix broken libp2p implementations link in README.md The hyperlink for libp2p implementations was pointing to a page that no longer exists. This PR updates the link to the correct and currently active URL for libp2p implementations to ensure accuracy and improve navigation within the specs repository. No other changes included. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da1b0486c..8d5e01a14 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This repository contains the specifications for [`libp2p`](https://libp2p.io), a framework and suite of protocols for building peer-to-peer network applications. -libp2p has several [implementations][libp2p_implementations], with more in development. +libp2p has several [implementations](https://libp2p.io/projects/), with more in development. The main goal of this repository is to provide accurate reference documentation for the aspects of libp2p that are independent of language or implementation. From dc53e3c3591f6001cf440fe1508277d9938db958 Mon Sep 17 00:00:00 2001 From: Manu Sheel Gupta Date: Tue, 31 Mar 2026 16:39:00 +0530 Subject: [PATCH 2/2] fix: update libp2p implementations reference link in README Update the reference-style link definition for `libp2p_implementations` in specs/README.md to point to the currently active implementations page. Previously, the link referenced https://libp2p.io/implementations, which no longer resolves correctly. This change ensures that all references using the link label are fixed consistently by updating the source definition (as suggested in review). --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d5e01a14..ae5b78a57 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This repository contains the specifications for [`libp2p`](https://libp2p.io), a framework and suite of protocols for building peer-to-peer network applications. -libp2p has several [implementations](https://libp2p.io/projects/), with more in development. +libp2p has several [implementations][libp2p_implementations], with more in development. The main goal of this repository is to provide accurate reference documentation for the aspects of libp2p that are independent of language or implementation. @@ -117,7 +117,7 @@ you feel an issue isn't the appropriate place for your topic, please join our [contributor's section](https://discuss.libp2p.io/c/contributors). -[libp2p_implementations]: https://libp2p.io/implementations +[libp2p_implementations]: https://libp2p.io/projects/ [spec_lifecycle]: 00-framework-01-spec-lifecycle.md [spec_header]: 00-framework-02-document-header.md [spec_identify]: ./identify/README.md