From 9602b2c5d30aa509aebc887bb8664c5553238bc6 Mon Sep 17 00:00:00 2001 From: Jinjiang Date: Sat, 8 Apr 2023 10:28:07 +0800 Subject: [PATCH] Apply suggestions from code review --- .github/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/contributing.md b/.github/contributing.md index 64370488f..6e41ea743 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -113,7 +113,7 @@ Unit tests are located inside `__tests__`. Consult the [Jest docs](https://jestj Currently, all the docs can be found in `packages/docs`. It contains the English markdown files while translation(s) are stored in their corresponding `` sub-folder(s): -- `zh`: Chinese translation. +- [`zh`](https://github.com/vuejs/router/tree/main/packages/docs/zh): Chinese translation. Besides that, the `.vitepress` sub-folder is used to put the config and theme, including the i18n information.