Skip to content

Commit 5056104

Browse files
committed
docs: correct repository link
1 parent 292b0b3 commit 5056104

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Now Supported: **Android** / **Desktop(JVM)** / **iOS** / **WasmJs** / **Js** /
99
[![License](https://img.shields.io/github/license/compose-miuix-ui/miuix)](LICENSE)
1010
[![Maven Central](https://img.shields.io/maven-central/v/top.yukonga.miuix.kmp/miuix)](https://search.maven.org/search?q=g:top.yukonga.miuix.kmp)
1111

12+
### Web Example
13+
14+
[JsCanvas Demo](https://compose-miuix-ui.github.io/miuix-jsCanvas/) / [WasmJs Demo](https://compose-miuix-ui.github.io/miuix-wasmJs/)
15+
1216
### Start
1317

1418
```

docs/.vitepress/locales/en_US.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default defineConfig({
77
themeConfig: {
88

99
socialLinks: [
10-
{ icon: 'github', link: 'https://github.com/YuKongA/compose-miuix-ui' }
10+
{ icon: 'github', link: 'https://github.com/compose-miuix-ui/miuix' }
1111
],
1212

1313
editLink: {

docs/.vitepress/locales/zh_CN.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default defineConfig({
2727
skipToContentLabel: '跳转到内容',
2828

2929
socialLinks: [
30-
{ icon: 'github', link: 'https://github.com/YuKongA/compose-miuix-ui' }
30+
{ icon: 'github', link: 'https://github.com/compose-miuix-ui/miuix' }
3131
],
3232

3333
editLink: {

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ hero:
1818
link: /components/index
1919
- theme: alt
2020
text: GitHub
21-
link: https://github.com/YuKongA/compose-miuix-ui
21+
link: https://github.com/compose-miuix-ui/miuix
2222

2323
features:
2424
- icon: 🚀

docs/zh_CN/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ hero:
1818
link: /zh_CN/components/index
1919
- theme: alt
2020
text: GitHub
21-
link: https://github.com/YuKongA/compose-miuix-ui
21+
link: https://github.com/compose-miuix-ui/miuix
2222

2323
features:
2424
- icon: 🚀

0 commit comments

Comments
 (0)