Skip to content

Commit

Permalink
Merge pull request #232 from airbnb/fix-readme-links
Browse files Browse the repository at this point in the history
Fix README.md links
  • Loading branch information
malash authored Nov 29, 2023
2 parents 70710b5 + 77d2c56 commit 66ef507
Showing 1 changed file with 3 additions and 5 deletions.
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/).

0 comments on commit 66ef507

Please sign in to comment.