From fc4e6aa9eb186f883295e65629397062776df675 Mon Sep 17 00:00:00 2001 From: wuzhiqing Date: Tue, 19 Nov 2024 07:13:22 +0000 Subject: [PATCH] chore: update documentation file path --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53ca3cabb..67522c817 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ Get started by running `pnpm install`. You can run the tests with `pnpm test`. T ## Contributing Docs -All the documentation files can be found in `packages/docs`. It contains the English markdown files while translation(s) are stored in their corresponding `` sub-folder(s): +All the documentation files can be found in `docs`. It contains the English markdown files while translation(s) are stored in their corresponding `` sub-folder(s): -- [`fr`](https://github.com/vuejs/test-utils/tree/main/packages/docs/fr): French translation. +- [`fr`](https://github.com/vuejs/test-utils/tree/main/docs/fr): French translation. Besides that, the `.vitepress` sub-folder contains the config and theme, including the i18n information.