Fix broken libp2p implementations link in README.md#708
Open
Fix broken libp2p implementations link in README.md#708
Conversation
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.
Contributor
|
You should change this line instead: Line 120 in bba73cb But arguably, https://libp2p.io/implementations should redirect to the new link instead. |
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).
Author
|
@MarcoPolo: Thanks for your feedback and pointers. Appreciate it. I’ve updated the reference at the suggested line so it correctly maps to the current implementations page for now. Completely agree that having Appreciate the review. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.