From 489ae6f7f5289c15e888a986f0872bd0d49bdae9 Mon Sep 17 00:00:00 2001 From: Jan Brasna <1784648+janbrasna@users.noreply.github.com> Date: Sun, 25 Feb 2024 01:21:25 +0100 Subject: [PATCH] Fix readme GH003 link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bc08be..e9cc582 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The following are custom rules defined in this plugin. * [**GH001** _no-default-alt-text_](./docs/rules/GH001-no-default-alt-text.md) * [**GH002** _no-generic-link-text_](./docs/rules/GH002-no-generic-link-text.md) -* [**GH002** _no-empty-alt-text_](./docs/rules/GH002-no-empty-alt-text.md) +* [**GH003** _no-empty-alt-text_](./docs/rules/GH003-no-empty-alt-text.md) See [`markdownlint` rules](https://github.com/DavidAnson/markdownlint#rules--aliases) for documentation on rules pulled in from `markdownlint`.