From a5f1e8e5b9785ad9ccba9a9af970c28acb3a49dd Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sat, 3 Aug 2024 18:36:19 +0200 Subject: [PATCH] docs: update links --- README.md | 6 +++--- README.zh-CN.md | 6 +++--- src/components/TheFooter.vue | 2 +- src/pages/index.vue | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0112a33..746dba5 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@

-English | 简体中文 +English | 简体中文

@@ -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 ``` diff --git a/README.zh-CN.md b/README.zh-CN.md index 3ba0a0f..212194c 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -13,7 +13,7 @@

-English | 简体中文 +English | 简体中文


@@ -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 ``` diff --git a/src/components/TheFooter.vue b/src/components/TheFooter.vue index 8524d56..e693d36 100644 --- a/src/components/TheFooter.vue +++ b/src/components/TheFooter.vue @@ -7,7 +7,7 @@ diff --git a/src/pages/index.vue b/src/pages/index.vue index 0d6fdb8..e88fd4f 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -16,7 +16,7 @@ function go() {

- + Vitesse Lite