docs: standardize contribution guide URL in CONTRIBUTING.md to match README.md#36350
Open
creazyfrog wants to merge 1 commit intofacebook:mainfrom
Open
docs: standardize contribution guide URL in CONTRIBUTING.md to match README.md#36350creazyfrog wants to merge 1 commit intofacebook:mainfrom
creazyfrog wants to merge 1 commit intofacebook:mainfrom
Conversation
CONTRIBUTING.md linked to https://reactjs.org/docs/how-to-contribute.html while README.md already used https://legacy.reactjs.org/docs/how-to-contribute.html (four occurrences). Update the one link in CONTRIBUTING.md so both files point to the same explicit URL. Fixes facebook#36341
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
Fixes #36341
PR has been raised with the help of Claude Code
CONTRIBUTING.mdlinked tohttps://reactjs.org/docs/how-to-contribute.htmlwhileREADME.mdalready usedhttps://legacy.reactjs.org/docs/how-to-contribute.htmlin all four of its occurrences. The two different URLs both resolve to the same page (the former redirects to the latter), but having them differ is unnecessarily inconsistent and can cause confusion.This PR updates the single link in
CONTRIBUTING.mdto usehttps://legacy.reactjs.org/docs/how-to-contribute.html, making all five contribution guide references across both files consistent.Files changed:
CONTRIBUTING.md— 1 URL updatedHow did you test this change?
grep -n "reactjs.org" CONTRIBUTING.md README.mdthat all five contribution guide links now point to the samelegacy.reactjs.orgURL.yarn prettier— no formatting changes needed.yarn linc— Lint passed for changed files.