Update redirected links in contributing.md to canonical URLs#687
Open
lisancao wants to merge 1 commit intoapache:asf-sitefrom
Open
Update redirected links in contributing.md to canonical URLs#687lisancao wants to merge 1 commit intoapache:asf-sitefrom
lisancao wants to merge 1 commit intoapache:asf-sitefrom
Conversation
Five external links in contributing.md (and the rendered site/contributing.html) currently return 200 only via redirect: - help.github.com (deprecated) to docs.github.com (2 occurrences) - oracle.com/technetwork (deprecated) to oracle.com/java/technologies (1) - http://legacy.python.org/dev/peps to https://peps.python.org (1) - http://docs.scala-lang.org to https://docs.scala-lang.org (1) Each is updated to its current canonical URL. Generated-by: Claude Opus 4.7 (1M context) (claude-opus-4-7)
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.
Five external links in
contributing.md(and the renderedsite/contributing.html) currently return 200 only via redirect to canonical destinations:https://help.github.com/articles/fork-a-repo/https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repohttps://help.github.com/articles/using-pull-requests/https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requestshttp://legacy.python.org/dev/peps/pep-0008/https://peps.python.org/pep-0008/http://www.oracle.com/technetwork/java/codeconvtoc-136057.htmlhttps://www.oracle.com/java/technologies/javase/codeconventions-contents.htmlhttp://docs.scala-lang.org/style/https://docs.scala-lang.org/style/GitHub deprecated
help.github.comin favor ofdocs.github.com, Oracle deprecatedtechnetwork, and the two HTTP URLs upgrade to HTTPS. The redirects work today but the canonical URLs are stable forever.The change touches both
contributing.mdandsite/contributing.htmlto keep the source and rendered files in sync, matching the convention from PR #679 (Fix a couple of typos in contributing.md).Generated-by: Claude Opus 4.7 (1M context) (claude-opus-4-7)