Skip to content

Commit 3cb7996

Browse files
committed
Update README.md, merging link to TRANSLATION.md
1 parent a978631 commit 3cb7996

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# ja.reactjs.org
1+
# react.dev
22

3-
This repo contains the source code and documentation powering [ja.reactjs.org](https://ja.reactjs.org/).
3+
This repo contains the source code and documentation powering [react.dev](https://react.dev/).
44

55
> 以下はオリジナル(英語版)リポジトリの README です。日本語版 React ドキュメントへの貢献(翻訳・修正など)に興味がある方は [TRANSLATION.md](TRANSLATION.md) を参照してください。
66
@@ -12,12 +12,12 @@ This repo contains the source code and documentation powering [ja.reactjs.org](h
1212
1. Node: any 12.x version starting with v12.0.0 or greater
1313
1. Yarn: See [Yarn website for installation instructions](https://yarnpkg.com/lang/en/docs/install/)
1414
1. A fork of the repo (for any contributions)
15-
1. A clone of the [ja.reactjs.org repo](https://github.com/reactjs/ja.reactjs.org) on your local machine
15+
1. A clone of the [react.dev repo](https://github.com/reactjs/react.dev) on your local machine
1616

1717
### Installation
1818

19-
1. `cd ja.reactjs.org` to go into the project root
20-
1. `yarn` to install the website's npm dependencies
19+
1. `cd react.dev` to go into the project root
20+
3. `yarn` to install the website's npm dependencies
2121

2222
### Running locally
2323

@@ -28,7 +28,7 @@ This repo contains the source code and documentation powering [ja.reactjs.org](h
2828

2929
### Guidelines
3030

31-
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/ja.reactjs.org/blob/main/CONTRIBUTING.md#guidelines-for-text) for the appropriate sections.
31+
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.
3232

3333
### Create a branch
3434

@@ -53,7 +53,7 @@ The documentation is divided into several sections with a different tone and pur
5353

5454
1. `git add -A && git commit -m "My message"` (replacing `My message` with a commit message, such as `Fix header logo on Android`) to stage and commit your changes
5555
1. `git push my-fork-name the-name-of-my-branch`
56-
1. Go to the [ja.reactjs.org repo](https://github.com/reactjs/ja.reactjs.org) and you should see recently pushed branches.
56+
1. Go to the [react.dev repo](https://github.com/reactjs/react.dev) and you should see recently pushed branches.
5757
1. Follow GitHub's instructions.
5858
1. If possible, include screenshots of visual changes. A preview build is triggered after your changes are pushed to GitHub.
5959

@@ -62,4 +62,4 @@ The documentation is divided into several sections with a different tone and pur
6262
If you are interested in translating `react.dev`, please see the current translation efforts [here](https://github.com/reactjs/react.dev/issues/4135).
6363

6464
## License
65-
Content submitted to [react.dev](https://react.dev/) is CC-BY-4.0 licensed, as found in the [LICENSE-DOCS.md](https://github.com/reactjs/react.dev/blob/main/LICENSE-DOCS.md) file.
65+
Content submitted to [react.dev](https://react.dev/) is CC-BY-4.0 licensed, as found in the [LICENSE-DOCS.md](https://github.com/reactjs/react.dev/blob/main/LICENSE-DOCS.md) file.

0 commit comments

Comments
 (0)