docs: fix DEVELOPMENT.md links in CONTRIBUTING#13393
Closed
l46983284-cpu wants to merge 1 commit into
Closed
Conversation
|
GNU testsuite comparison: |
Contributor
|
sorry but i would like the documentation to point to the local file, not to a website |
Author
|
Thanks @sylvestre — updated to local relative links ( |
l46983284-cpu
force-pushed
the
contrib/wave1-coreutils
branch
from
July 14, 2026 15:30
0e88268 to
7f26ad2
Compare
Use local ./DEVELOPMENT.md links instead of website/blob URLs. Signed-off-by: Alex Chen <l46983284@gmail.com>
l46983284-cpu
force-pushed
the
contrib/wave1-coreutils
branch
from
July 15, 2026 18:44
7f26ad2 to
1535031
Compare
Contributor
|
@l46983284-cpu The links are not broken, this PR and the linked issue can be closed: |
Author
|
You're right — published DEVELOPMENT.html is 200 now; #7201 looks fixed on the docs site. Closing this PR. Leaving the issue for maintainers to close if they agree. |
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.
Summary
The published contributing page (
…/docs/contributing.html#improving-the-gnu-compatibility) turned relativeDEVELOPMENT.mdlinks intoDEVELOPMENT.htmlURLs that 404.This updates the GNU compatibility and code coverage links (and the other
DEVELOPMENT.mdreferences inCONTRIBUTING.md) to GitHub blob URLs so they resolve from the docs site.Test plan
https://github.com/uutils/coreutils/blob/main/DEVELOPMENT.md…Fixes #7201