mirror of
https://github.com/bevyengine/bevy
synced 2024-11-21 20:23:28 +00:00
Fix broken link to .markdown-lint.yml in docs/linters.md (#2065)
This commit is contained in:
parent
b07db8462f
commit
3c644bdced
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ The provided rules are documented [here](https://github.com/DavidAnson/markdownl
|
|||
|
||||
#### Using [VS Code markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint)
|
||||
|
||||
If you want to use the VS Code Extension with the rules defined in [.markdown-lint.yml](../.github/linters/markdown-lint.yml), then you need to create a local config file in the root of the project with the configuration below.
|
||||
If you want to use the VS Code Extension with the rules defined in [.markdown-lint.yml](../.github/linters/.markdown-lint.yml), then you need to create a local config file in the root of the project with the configuration below.
|
||||
Currently, this is not needed as the extension already disables the rule `MD013` by default.
|
||||
|
||||
```json
|
||||
|
|
Loading…
Reference in a new issue