You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,9 @@ Get started by running `pnpm install`. You can run the tests with `pnpm test`. T
27
27
28
28
## Contributing Docs
29
29
30
-
All the documentation files can be found in `packages/docs`. It contains the English markdown files while translation(s) are stored in their corresponding `<lang>` sub-folder(s):
30
+
All the documentation files can be found in `docs`. It contains the English markdown files while translation(s) are stored in their corresponding `<lang>` sub-folder(s):
31
31
32
-
-[`fr`](https://github.com/vuejs/test-utils/tree/main/packages/docs/fr): French translation.
32
+
-[`fr`](https://github.com/vuejs/test-utils/tree/main/docs/fr): French translation.
33
33
34
34
Besides that, the `.vitepress` sub-folder contains the config and theme, including the i18n information.
0 commit comments