From 07fbdd02df54cda93f3f0ce12ab4ee94027fcd92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D1=81=D0=BB=D0=B0=D0=B2=20?= =?UTF-8?q?=D0=9B=D1=8E=D0=BC=D0=B8=D0=BD=D0=B0=D1=80=D1=81=D0=BA=D0=B8?= =?UTF-8?q?=D0=B9?= Date: Fri, 20 Nov 2020 17:02:54 +0400 Subject: [PATCH] Broken link was fixed --- docs/user-guide/list-rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/list-rules.md b/docs/user-guide/list-rules.md index 1bf613303..78586ca8e 100644 --- a/docs/user-guide/list-rules.md +++ b/docs/user-guide/list-rules.md @@ -20,7 +20,7 @@ title: List of rules - [`attr-no-unnecessary-whitespace`](/docs/user-guide/rules/attr-no-unnecessary-whitespace): No spaces between attribute names and values. - [`attr-unsafe-chars`](/docs/user-guide/rules/attr-unsafe-chars): Attribute values cannot contain unsafe chars. - [`attr-value-double-quotes`](/docs/user-guide/rules/attr-value-double-quotes): Attribute values must be in double quotes. -- [`attr-value-not-empty`](/docs/user-guide/rules/attr-not-empty): All attributes must have values. +- [`attr-value-not-empty`](/docs/user-guide/rules/attr-value-not-empty): All attributes must have values. - [`alt-require`](/docs/user-guide/rules/alt-require): The alt attribute of an element must be present and alt attribute of area[href] and input[type=image] must have a value. - [`input-requires-label`](/docs/user-guide/rules/input-requires-label): All [ input ] tags must have a corresponding [ label ] tag.