Skip to content

Commit a5f1e8e

Browse files
committed
docs: update links
1 parent c237875 commit a5f1e8e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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/antfu-collective/vitesse-lite/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

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

7474
### GitHub Template
7575

76-
[Create a repo from this template on GitHub](https://github.com/antfu/vitesse-lite/generate).
76+
[Create a repo from this template on GitHub](https://github.com/antfu-collective/vitesse-lite/generate).
7777

7878
### Clone to local
7979

8080
If you prefer to do it manually with the cleaner git history
8181

8282
```bash
83-
npx degit antfu/vitesse-lite my-vitesse-app
83+
npx degit antfu-collective/vitesse-lite my-vitesse-app
8484
cd my-vitesse-app
8585
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
8686
```

README.zh-CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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/antfu-collective/vitesse-lite/blob/main/README.md">English</a> | <b>简体中文</b>
1717
</p>
1818

1919
<br>
@@ -74,14 +74,14 @@
7474

7575
### GitHub 模板
7676

77-
[使用这个模板创建仓库](https://github.com/antfu/vitesse-lite/generate).
77+
[使用这个模板创建仓库](https://github.com/antfu-collective/vitesse-lite/generate).
7878

7979
### 克隆到本地
8080

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

8383
```bash
84-
npx degit antfu/vitesse-lite my-vitesse-app
84+
npx degit antfu-collective/vitesse-lite my-vitesse-app
8585
cd my-vitesse-app
8686
pnpm i # 如果你没装过 pnpm, 可以先运行: npm install -g pnpm
8787
```

src/components/TheFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<a
88
i-carbon-logo-github icon-btn
99
rel="noreferrer"
10-
href="https://github.com/antfu/vitesse-lite"
10+
href="https://github.com/antfu-collective/vitesse-lite"
1111
target="_blank"
1212
title="GitHub"
1313
/>

src/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function go() {
1616
<div>
1717
<div i-carbon-campsite inline-block text-4xl />
1818
<p>
19-
<a rel="noreferrer" href="https://github.com/antfu/vitesse-lite" target="_blank">
19+
<a rel="noreferrer" href="https://github.com/antfu-collective/vitesse-lite" target="_blank">
2020
Vitesse Lite
2121
</a>
2222
</p>

0 commit comments

Comments
 (0)