From f51694be1dc99d69abbbb77e0e1aaa9a44a4b730 Mon Sep 17 00:00:00 2001 From: Cristian Poley Date: Mon, 7 Jun 2021 11:51:56 +0200 Subject: [PATCH] fix(docs): delete 'docs' in some links in FAQ page (ISSUE: #2987) --- CHANGELOG.md | 4 ++++ docs/guide/FAQ.md | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73aa8b234c..c61d5e5b3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### Un release + +- Fix: delete 'docs' in some links in FAQ page. #2987. Thanks to contribution from [@cristianpoleyJS](https://github.com/cristianpoleyJS). + ### 0.34.1 | 2021-06-04 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.34.1/vspackage) - Fix formatting failed when typescript block with prettier. #2982 diff --git a/docs/guide/FAQ.md b/docs/guide/FAQ.md index 6bc1de7964..540ad4300c 100644 --- a/docs/guide/FAQ.md +++ b/docs/guide/FAQ.md @@ -128,8 +128,8 @@ Vetur will use fallback settings. Some features such as including path alias, de You can add this config in correct position in your project or use `vetur.config.js` to set the file path. -- [Read more project setup](/docs/guide/setup.md#project-setup) -- [Read more `vetur.config.js`](/docs/guide/setup.md#advanced) +- [Read more project setup](/guide/setup.md#project-setup) +- [Read more `vetur.config.js`](/guide/setup.md#advanced) If you want debug info, you can use `Vetur: show doctor info` command. You can use `vetur.ignoreProjectWarning: true` in vscode setting to close this warning. @@ -144,18 +144,18 @@ If the version is wrong, you will get wrong diagnostics from typescript and esli You can add this config at the correct position in your project or use `vetur.config.js` to set file path. -- [Read more `vetur.config.js`](/docs/guide/setup.md#advanced) +- [Read more `vetur.config.js`](/guide/setup.md#advanced) If you want debug info, you can use `Vetur: show doctor info` command. You can use `vetur.ignoreProjectWarning: true` in vscode setting to close this warning. ## Vetur found xxx, but they aren\'t in the project root. Vetur found the file, but it may not actually be what you want. -If it is wrong, it will cause same result as the previous two. [ref1](/docs/guide/FAQ.md#vetur-can-t-find-tsconfig-json-jsconfig-json-in-xxxx-xxxxxx), [ref2](/docs/guide/FAQ.md#vetur-can-t-find-package-json-in-xxxx-xxxxxx) +If it is wrong, it will cause same result as the previous two. [ref1](/guide/FAQ.md#vetur-can-t-find-tsconfig-json-jsconfig-json-in-xxxx-xxxxxx), [ref2](/guide/FAQ.md#vetur-can-t-find-package-json-in-xxxx-xxxxxx) You can add this config at the correct position in your project or use `vetur.config.js` to set file path. -- [Read more `vetur.config.js`](/docs/guide/setup.md#advanced) +- [Read more `vetur.config.js`](/guide/setup.md#advanced) If you want debugging info, you can use the `Vetur: show doctor info` command. You can use `vetur.ignoreProjectWarning: true` in vscode settings to close this warning.