Skip to content

Commit 7a2fe6e

Browse files
committed
docs(template-valid-label-for): point peer-rule link to html-validate valid-for
1 parent 449ae1d commit 7a2fe6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/rules/template-valid-label-for.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
// See html-validate (https://html-validate.org/rules/input-missing-label.html) for the related peer rule.
3+
// See html-validate (https://html-validate.org/rules/valid-for.html) for the related peer rule.
44
//
55
// Validates <label for="x"> in two ways:
66
// 1. Points to a labelable HTML control defined in the same template

0 commit comments

Comments
 (0)