docs: update links
This commit is contained in:
parent
c23787571f
commit
a5f1e8e5b9
@ -13,7 +13,7 @@
|
|||||||
<br>
|
<br>
|
||||||
|
|
||||||
<p align='center'>
|
<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. -->
|
<!-- Contributors: Thanks for geting interested, however we DON'T accept new transitions to the README, thanks. -->
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@ -73,14 +73,14 @@ See [Vitesse](https://github.com/antfu/vitesse) for full featureset.
|
|||||||
|
|
||||||
### GitHub Template
|
### 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
|
### Clone to local
|
||||||
|
|
||||||
If you prefer to do it manually with the cleaner git history
|
If you prefer to do it manually with the cleaner git history
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx degit antfu/vitesse-lite my-vitesse-app
|
npx degit antfu-collective/vitesse-lite my-vitesse-app
|
||||||
cd my-vitesse-app
|
cd my-vitesse-app
|
||||||
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
|
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
|
||||||
```
|
```
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
<br>
|
<br>
|
||||||
|
|
||||||
<p align='center'>
|
<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>
|
</p>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
@ -74,14 +74,14 @@
|
|||||||
|
|
||||||
### GitHub 模板
|
### GitHub 模板
|
||||||
|
|
||||||
[使用这个模板创建仓库](https://github.com/antfu/vitesse-lite/generate).
|
[使用这个模板创建仓库](https://github.com/antfu-collective/vitesse-lite/generate).
|
||||||
|
|
||||||
### 克隆到本地
|
### 克隆到本地
|
||||||
|
|
||||||
如果您更喜欢使用更干净的 git 历史记录手动执行此操作
|
如果您更喜欢使用更干净的 git 历史记录手动执行此操作
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx degit antfu/vitesse-lite my-vitesse-app
|
npx degit antfu-collective/vitesse-lite my-vitesse-app
|
||||||
cd my-vitesse-app
|
cd my-vitesse-app
|
||||||
pnpm i # 如果你没装过 pnpm, 可以先运行: npm install -g pnpm
|
pnpm i # 如果你没装过 pnpm, 可以先运行: npm install -g pnpm
|
||||||
```
|
```
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
<a
|
<a
|
||||||
i-carbon-logo-github icon-btn
|
i-carbon-logo-github icon-btn
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
href="https://github.com/antfu/vitesse-lite"
|
href="https://github.com/antfu-collective/vitesse-lite"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
title="GitHub"
|
title="GitHub"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@ -16,7 +16,7 @@ function go() {
|
|||||||
<div>
|
<div>
|
||||||
<div i-carbon-campsite inline-block text-4xl />
|
<div i-carbon-campsite inline-block text-4xl />
|
||||||
<p>
|
<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
|
Vitesse Lite
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user