Skip to content

Commit

Permalink
docs: fix URL; fixes #1293
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Aug 6, 2024
1 parent b3c6c02 commit ce230a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/checkTemplateNames.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export default iterateJsdoc(({
meta: {
docs: {
description: 'Checks that any `@template` names are actually used in the connected `@typedef` or type alias.',
url: 'https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/require-template.md#repos-sticky-header',
url: 'https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/check-template-names.md#repos-sticky-header',
},
schema: [],
type: 'suggestion',
Expand Down

0 comments on commit ce230a8

Please sign in to comment.