From 77d2c566864972591862bafb2b13d16ba5f24611 Mon Sep 17 00:00:00 2001 From: Malash Date: Wed, 29 Nov 2023 21:51:26 +0800 Subject: [PATCH] fix README.md links --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8788ce98..3a59a359 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ React ❤️ Mini Program -[中文文档](https://goji.js.org/docs/zh-CN/introduction.html) +[中文文档](https://goji.js.org/zh/docs/get-started/introduction) -[English](https://goji.js.org/docs/en/introduction) +[English Documentation](https://goji.js.org/docs/get-started/introduction) ## Visions @@ -30,8 +30,6 @@ For now, GojiJS supports these platforms: - Alipay - QQ - Toutiao -- Kuai App ( TBD ) -- Web ( TBD ) ## Demo @@ -55,4 +53,4 @@ const App = () => { render(App); ``` -For more details, see [GojiJS official documentation website](https://goji.js.org/en/). +For more details, see [GojiJS official documentation website](https://goji.js.org/).