Update React documentation links from reactjs.org to react.dev#17182
Open
Amanlabh wants to merge 2 commits intofacebook:mainfrom
Open
Update React documentation links from reactjs.org to react.dev#17182Amanlabh wants to merge 2 commits intofacebook:mainfrom
Amanlabh wants to merge 2 commits intofacebook:mainfrom
Conversation
- Update links in template README files (JS and TypeScript) - Update links in template App components (JS and TypeScript) - Update main README.md documentation links - Update docusaurus documentation intro page This updates all references to the old reactjs.org domain to the new react.dev domain, ensuring users are directed to the current React documentation.
There was a problem hiding this comment.
Pull request overview
This PR updates all React documentation links from the deprecated reactjs.org domain to the current react.dev domain across templates, documentation files, and README files.
Key Changes:
- Updated domain references from reactjs.org to react.dev across all template and documentation files
- Updated URL paths in main README.md to align with react.dev's new documentation structure (/learn/ paths instead of /docs/ paths)
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
packages/cra-template/template/src/App.js |
Updated React documentation link in App component from reactjs.org to react.dev |
packages/cra-template/template/README.md |
Updated React documentation reference from reactjs.org to react.dev |
packages/cra-template-typescript/template/src/App.tsx |
Updated React documentation link in TypeScript App component from reactjs.org to react.dev |
packages/cra-template-typescript/template/README.md |
Updated React documentation reference from reactjs.org to react.dev |
docusaurus/docs/documentation-intro.md |
Updated React documentation website reference from reactjs.org to react.dev |
README.md |
Updated React documentation links with new domain and restructured URL paths to match react.dev's documentation structure |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
This PR updates all references to the old reactjs.org domain to the new react.dev domain, ensuring users are directed to the current React documentation.
Changes Made:
Files Changed:
README.mddocusaurus/docs/documentation-intro.mdpackages/cra-template/template/README.mdpackages/cra-template/template/src/App.jspackages/cra-template-typescript/template/README.mdpackages/cra-template-typescript/template/src/App.tsxThis is a simple documentation update to keep links current with React's new documentation site.