Skip to content

Commit

Permalink
fix(docs): delete 'docs' in some links in FAQ page (ISSUE: #2987)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianpoleyJS authored and yoyo930021 committed Jun 21, 2021
1 parent 0432ed1 commit f51694b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions docs/guide/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit f51694b

Please # to comment.