Skip to content

Commit b7b57fe

Browse files
authored
docs: use correct JSDoc link in require-jsdoc.md (#20641)
docs: updated the JSDoc link to the latest version.
1 parent 58e4cfc commit b7b57fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/rules/require-jsdoc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ related_rules:
99
This rule was removed in ESLint v9.0.0 and replaced by the [`eslint-plugin-jsdoc`](https://github.com/gajus/eslint-plugin-jsdoc) equivalent.
1010
:::
1111

12-
[JSDoc](http://usejsdoc.org) is a JavaScript API documentation generator. It uses specially-formatted comments inside of code to generate API documentation automatically. For example, this is what a JSDoc comment looks like for a function:
12+
[JSDoc](https://jsdoc.app/) is a JavaScript API documentation generator. It uses specially-formatted comments inside of code to generate API documentation automatically. For example, this is what a JSDoc comment looks like for a function:
1313

1414
```js
1515
/**

0 commit comments

Comments
 (0)