Skip to content

Commit

Permalink
docs: update links
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 3, 2024
1 parent c237875 commit a5f1e8e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<br>

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

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

### GitHub Template

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

### Clone to local

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

```bash
npx degit antfu/vitesse-lite my-vitesse-app
npx degit antfu-collective/vitesse-lite my-vitesse-app
cd my-vitesse-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
```
6 changes: 3 additions & 3 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<br>

<p align='center'>
<a href="https://github.com/antfu/vitesse-lite/blob/main/README.md">English</a> | <b>简体中文</b>
<a href="https://github.com/antfu-collective/vitesse-lite/blob/main/README.md">English</a> | <b>简体中文</b>
</p>

<br>
Expand Down Expand Up @@ -74,14 +74,14 @@

### GitHub 模板

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

### 克隆到本地

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

```bash
npx degit antfu/vitesse-lite my-vitesse-app
npx degit antfu-collective/vitesse-lite my-vitesse-app
cd my-vitesse-app
pnpm i # 如果你没装过 pnpm, 可以先运行: npm install -g pnpm
```
2 changes: 1 addition & 1 deletion src/components/TheFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<a
i-carbon-logo-github icon-btn
rel="noreferrer"
href="https://github.com/antfu/vitesse-lite"
href="https://github.com/antfu-collective/vitesse-lite"
target="_blank"
title="GitHub"
/>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function go() {
<div>
<div i-carbon-campsite inline-block text-4xl />
<p>
<a rel="noreferrer" href="https://github.com/antfu/vitesse-lite" target="_blank">
<a rel="noreferrer" href="https://github.com/antfu-collective/vitesse-lite" target="_blank">
Vitesse Lite
</a>
</p>
Expand Down

0 comments on commit a5f1e8e

Please sign in to comment.