You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This repo contains the source code and documentation powering [react.dev](https:
10
10
1. Node: any 12.x version starting with v12.0.0 or greater
11
11
1. Yarn: See [Yarn website for installation instructions](https://yarnpkg.com/lang/en/docs/install/)
12
12
1. A fork of the repo (for any contributions)
13
-
1. A clone of the [reactjs.org repo](https://github.com/reactjs/reactjs.org) on your local machine
13
+
1. A clone of the [react.dev repo](https://github.com/reactjs/react.dev) on your local machine
14
14
15
15
### Installation
16
16
@@ -26,11 +26,11 @@ This repo contains the source code and documentation powering [react.dev](https:
26
26
27
27
### Guidelines
28
28
29
-
The documentation is divided into several sections with a different tone and purpose. If you plan to write more than a few sentences, you might find it helpful to get familiar with the [contributing guidelines](https://github.com/reactjs/reactjs.org/blob/main/CONTRIBUTING.md#guidelines-for-text) for the appropriate sections.
29
+
The documentation is divided into several sections with a different tone and purpose. If you plan to write more than a few sentences, you might find it helpful to get familiar with the [contributing guidelines](https://github.com/reactjs/react.dev/blob/main/CONTRIBUTING.md#guidelines-for-text) for the appropriate sections.
30
30
31
31
### Create a branch
32
32
33
-
1.`git checkout main` from any folder in your local `reactjs.org` repository
33
+
1.`git checkout main` from any folder in your local `react.dev` repository
34
34
1.`git pull origin main` to ensure you have the latest main code
35
35
1.`git checkout -b the-name-of-my-branch` (replacing `the-name-of-my-branch` with a suitable name) to create a branch
0 commit comments