From 37bdbda38cdc1c4d9fffbeaa3d2cbdf760aa63fd Mon Sep 17 00:00:00 2001 From: Sam Partington Date: Wed, 5 Apr 2023 10:14:43 +0100 Subject: [PATCH] Fix link to accessibility.json (#39) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d3c8f4..2b7193a 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ You may determine that the defaults set by this plugin are not suitable for your This plugin will pull in the the defaults defined by `markdownlint`, several of which pertain to stylistic practices. You may choose to disable these rules if you determine it doesn't provide value for your project. -However, others of these rules should **NOT** be disabled because they encourage best accessibility practices. Disabling these rules will negatively impact accessibility. These rules are defined in [accessibility.json](./accessibility.json). +However, others of these rules should **NOT** be disabled because they encourage best accessibility practices. Disabling these rules will negatively impact accessibility. These rules are defined in [accessibility.json](./style/accessibility.json). To review configurations supported by `markdownlint`, see [`markdownlint-cli2` configuration](https://github.com/DavidAnson/markdownlint-cli2#configuration).