Skip to content

Commit 78592b9

Browse files
authored
Merge pull request #50 from awxiaoxian2020/patch-1
fix: update links
2 parents 1ae1858 + 3555cd8 commit 78592b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/frontend/react/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ React 作为广泛运用的网页前端框架,基本上可以应对大部分
2323

2424
## 资源链接
2525

26-
- React 官方中文文档 <https://react.docschina.org/>
26+
- React 官方中文文档 <https://zh-hans.react.dev/>
2727

2828
!!! note "官方文档与我们的文档"
2929

3030
React 官方文档提供了两种学习路径,分别是:
3131

32-
- 边做边学编写一个井字棋游戏 <https://react.docschina.org/tutorial/tutorial.html>
33-
- 讲解具体的 React 设计哲学与各种概念 <https://react.docschina.org/docs/hello-world.html>
32+
- 边做边学编写一个井字棋游戏 <https://zh-hans.react.dev/learn/tutorial-tic-tac-toe>
33+
- 讲解具体的 React 设计哲学与各种概念 <https://zh-hans.react.dev/learn>
3434

35-
本文档结合了这两条路径,提供了具体的示例也同时尝试着具体讲解各类概念。
35+
本文档结合了这两条路径,提供了具体的示例也同时尝试着具体讲解各类概念。

0 commit comments

Comments
 (0)