Skip to content

Commit

Permalink
Fix broken link to .markdown-lint.yml in docs/linters.md (#2065)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingRatBull committed May 1, 2021
1 parent b07db84 commit 3c644bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/linters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c644bd

Please sign in to comment.