Skip to content

Commit 23bed21

Browse files
committed
fix: typo
1 parent 1196cc1 commit 23bed21

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
</p>
44

55
<h6 align='center'>
6-
<a href="https://vitesse-lite.netlify.app/">Live Demo</a>
6+
<a href="https://vitesse-jsx.netlify.app/">Live Demo</a>
77
</h6>
88

99
<h5 align='center'>
10-
<b>JSX version of <a href="https://github.com/antfu/vitesse">Vitesse</a></b>
10+
<b>JSX version of <a href="https://github.com/@vue-macros/vitesse-jsx">Vitesse</a></b>
1111
</h5>
1212

1313
<br>
1414

1515
<p align='center'>
16-
<b>English</b> | <a href="https://github.com/antfu/vitesse-lite/blob/main/README.zh-CN.md">简体中文</a>
16+
<b>English</b> | <a href="https://github.com/@vue-macros/vitesse-jsx/blob/main/README.zh-CN.md">简体中文</a>
1717
<!-- Contributors: Thanks for geting interested, however we DON'T accept new transitions to the README, thanks. -->
1818
</p>
1919

@@ -43,7 +43,7 @@
4343

4444
<br>
4545

46-
See [Vitesse](https://github.com/antfu/vitesse) for full featureset.
46+
See [Vitesse](https://github.com/antfu/vitesse) for full feature set.
4747

4848
## Dropped Features from [Vitesse](https://github.com/antfu/vitesse)
4949

@@ -77,14 +77,14 @@ See [Vitesse](https://github.com/antfu/vitesse) for full featureset.
7777

7878
### GitHub Template
7979

80-
[Create a repo from this template on GitHub](https://github.com/antfu/vitesse-lite/generate).
80+
[Create a repo from this template on GitHub](https://github.com/vue-macros/vitesse-jsx/generate).
8181

8282
### Clone to local
8383

8484
If you prefer to do it manually with the cleaner git history
8585

8686
```bash
87-
npx degit antfu/vitesse-lite my-vitesse-app
87+
npx degit @vue-macros/vitesse-jsxmy-vitesse-app
8888
cd my-vitesse-app
8989
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
9090
```

README.zh-CN.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</p>
44

55
<h6 align='center'>
6-
<a href="https://vitesse-lite.netlify.app/">在线 Demo</a>
6+
<a href="https://vitesse-jsx.netlify.app/">在线 Demo</a>
77
</h6>
88

99
<h5 align='center'>
@@ -13,7 +13,7 @@
1313
<br>
1414

1515
<p align='center'>
16-
<a href="https://github.com/antfu/vitesse-lite/blob/main/README.md">English</a> | <b>简体中文</b>
16+
<a href="https://github.com/vue-macros/vitesse-jsx/blob/main/README.md">English</a> | <b>简体中文</b>
1717
</p>
1818

1919
<br>
@@ -78,14 +78,14 @@
7878

7979
### GitHub 模板
8080

81-
[使用这个模板创建仓库](https://github.com/antfu/vitesse-lite/generate).
81+
[使用这个模板创建仓库](https://github.com/vue-macros/vitesse-jsx/generate).
8282

8383
### 克隆到本地
8484

8585
如果您更喜欢使用更干净的 git 历史记录手动执行此操作
8686

8787
```bash
88-
npx degit antfu/vitesse-lite my-vitesse-app
88+
npx degit @vue-macros/vitesse-jsxmy-vitesse-app
8989
cd my-vitesse-app
9090
pnpm i # 如果你没装过 pnpm, 可以先运行: npm install -g pnpm
9191
```

src/components/TheFooter.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default () => (
88
i-carbon-logo-github
99
icon-btn
1010
rel="noreferrer"
11-
href="https://github.com/antfu/vitesse-lite"
11+
href="https://github.com/vue-macros/vitesse-jsx"
1212
target="_blank"
1313
title="GitHub"
1414
/>

src/pages/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default defineComponent(() => {
1313
<div>
1414
<div i-carbon-campsite inline-block text-4xl />
1515
<p>
16-
<a rel="noreferrer" href="https://github.com/antfu/vitesse-lite" target="_blank">
16+
<a rel="noreferrer" href="https://github.com/vue-macros/vitesse-jsx" target="_blank">
1717
Vitesse
1818
{' '}
1919
{route.meta.title}

0 commit comments

Comments
 (0)