Skip to content

Commit b8d843c

Browse files
committed
update meta.docs.url
1 parent cf4fc84 commit b8d843c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/require-test-case-name.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const rule: Rule.RuleModule = {
3535
'require test cases to have a `name` property under certain conditions',
3636
category: 'Tests',
3737
recommended: false,
38-
url: 'https://github.com/eslint-community/eslint-plugin-eslint-plugin/tree/HEAD/docs/rules/test-case-name-property.md',
38+
url: 'https://github.com/eslint-community/eslint-plugin-eslint-plugin/tree/HEAD/docs/rules/require-test-case-name.md',
3939
},
4040
schema: [
4141
{

0 commit comments

Comments
 (0)