Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix README.md links #232

Merged
merged 1 commit into from
Nov 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -30,8 +30,6 @@ For now, GojiJS supports these platforms:
- Alipay
- QQ
- Toutiao
- Kuai App ( TBD )
- Web ( TBD )

## Demo

Expand All @@ -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/).
Loading