Skip to content

Commit cc6ffd6

Browse files
committed
update original website link to react.dev
1 parent 0194b73 commit cc6ffd6

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

β€ŽCONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ This is a [good summary](https://medium.com/@kvosswinkel/coding-like-a-journalis
1818

1919
The documentation is divided into sections to cater to different learning styles and use cases. When editing an article, try to match the surrounding text in tone and style. When creating a new article, try to match the tone of the other articles in the same section. Learn about the motivation behind each section below.
2020

21-
**[Learn React](https://beta.reactjs.org/learn)** is designed to introduce fundamental concepts in a step-by-step way. Each individual article in Learn React builds on the knowledge from the previous ones, so make sure not to add any "cyclical dependencies" between them. It is important that the reader can start with the first article and work their way to the last Learn React article without ever having to "look ahead" for a definition. This explains some ordering choices (e.g. that state is explained before events, or that "thinking in React" doesn't use refs). Learn React also serves as a reference manual for React concepts, so it is important to be very strict about their definitions and relationships between them.
21+
**[Learn React](https://react.dev/learn)** is designed to introduce fundamental concepts in a step-by-step way. Each individual article in Learn React builds on the knowledge from the previous ones, so make sure not to add any "cyclical dependencies" between them. It is important that the reader can start with the first article and work their way to the last Learn React article without ever having to "look ahead" for a definition. This explains some ordering choices (e.g. that state is explained before events, or that "thinking in React" doesn't use refs). Learn React also serves as a reference manual for React concepts, so it is important to be very strict about their definitions and relationships between them.
2222

23-
**[API Reference](https://reactjs.org/apis/react)** is organized by APIs rather than concepts. It is intended to be exhaustive. Any corner cases or recommendations that were skipped for brevity in Learn React should be mentioned in the reference documentation for the corresponding APIs.
23+
**[API Reference](https://react.dev/reference/react)** is organized by APIs rather than concepts. It is intended to be exhaustive. Any corner cases or recommendations that were skipped for brevity in Learn React should be mentioned in the reference documentation for the corresponding APIs.
2424

2525
**Try to follow your own instructions.**
2626

β€ŽREADME.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# reactjs.org
22

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

55

66
## Getting started
@@ -69,8 +69,8 @@ If your language does not have a translation and you would like to create one, p
6969

7070
## Acknowledgements
7171

72-
This website was built by forking the source code of the React documentation website at [beta.reactjs.org](https://beta.reactjs.org) at the [source repository](https://github.com/reactjs/reactjs.org).
73-
We are thankful to all of the people who helped create React and the documentation website as mentioned in [the original website](https://beta.reactjs.org/community/acknowledgements).
72+
This website was built by forking the source code of the React documentation website at [react.dev](https://react.dev) at the [source repository](https://github.com/reactjs/react.dev).
73+
We are thankful to all of the people who helped create React and the documentation website as mentioned in [the original website](https://react.dev/community/acknowledgements).
7474

7575
## License
7676
Contents in this repo is CC-BY-4.0 licensed, as found in the [LICENSE.md](https://github.com/ReactUnity/reactunity.github.io/blob/main/LICENSE.md) file.

β€Žsrc/blogIndex.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": [
88
"KurtGokhan"
99
],
10-
"excerpt": "<p>Today, I am releasing the new documentation website of ReactUnity. The documentation was forked from the source code of the brilliant beta.reactjs.org.</p>\n",
10+
"excerpt": "<p>Today, I am releasing the new documentation website of ReactUnity. The documentation was forked from the source code of the brilliant react.dev.</p>\n",
1111
"readingTime": "5 min read"
1212
}
1313
]

β€Žsrc/blogIndexRecent.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": [
1111
"KurtGokhan"
1212
],
13-
"excerpt": "<p>Today, I am releasing the new documentation website of ReactUnity. The documentation was forked from the source code of the brilliant beta.reactjs.org.</p>\n",
13+
"excerpt": "<p>Today, I am releasing the new documentation website of ReactUnity. The documentation was forked from the source code of the brilliant react.dev.</p>\n",
1414
"readingTime": "5 min read"
1515
}
1616
]

β€Žsrc/content/learn/about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Please use [this GitHub discussion](https://github.com/ReactUnity/core/discussio
2121

2222
## Acknowledgements
2323

24-
This website was built by forking the source code of the React documentation website at [beta.reactjs.org](https://beta.reactjs.org).
25-
We are thankful to all of the people who helped create React and the documentation website as mentioned in [the original website](https://beta.reactjs.org/community/acknowledgements).
24+
This website was built by forking the source code of the React documentation website at [react.dev](https://react.dev).
25+
We are thankful to all of the people who helped create React and the documentation website as mentioned in [the original website](https://react.dev/community/acknowledgements).
2626

2727
## Disclaimer
2828

0 commit comments

Comments
 (0)