Fix broken link to .markdown-lint.yml in docs/linters.md (#2065)

This commit is contained in:
FlyingRatBull 2021-05-01 18:26:49 +00:00
parent b07db8462f
commit 3c644bdced

View file

@ -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