From 9e3679204f6c0afdb3fa8d4f0cd517e296e864fc Mon Sep 17 00:00:00 2001 From: zhengxhui <1057354161@qq.com> Date: Mon, 4 Jul 2022 23:27:44 +0800 Subject: [PATCH] docs: update links in readme (#23) --- README.md | 2 +- README.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12ed01f..36a02b0 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ ## Features -- ⚡️ [Vue 3](https://github.com/vuejs/vue-next), [Vite 2](https://github.com/vitejs/vite), [pnpm](https://pnpm.js.org/), [ESBuild](https://github.com/evanw/esbuild) - born with fastness +- ⚡️ [Vue 3](https://github.com/vuejs/core), [Vite 2](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [ESBuild](https://github.com/evanw/esbuild) - born with fastness - 🗂 [File based routing](./src/pages) diff --git a/README.zh-CN.md b/README.zh-CN.md index dcacd38..98770fc 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -20,7 +20,7 @@ ## 特性 -- ⚡️ [Vue 3](https://github.com/vuejs/vue-next), [Vite 2](https://github.com/vitejs/vite), [pnpm](https://pnpm.js.org/), [ESBuild](https://github.com/evanw/esbuild) - 就是快! +- ⚡️ [Vue 3](https://github.com/vuejs/core), [Vite 2](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [ESBuild](https://github.com/evanw/esbuild) - 就是快! - 🗂 [基于文件的路由](./src/pages)