Skip to content

Commit 5c39425

Browse files
authored
docs: fix broken link to plugins (#16520)
1 parent c97c789 commit 5c39425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/user-guide/core-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ An ESLint plugin is an npm module that can contain a set of ESLint rules, config
4444

4545
A popular use case for plugins is to enforce best practices for a framework. For example, [@angular-eslint/eslint-plugin](https://www.npmjs.com/package/@angular-eslint/eslint-plugin) contains best practices for using the Angular framework.
4646

47-
For more information, refer to [Configuring Plugins](./configuring/plugins.md).
47+
For more information, refer to [Configuring Plugins](./configuring/plugins).
4848

4949
## Parsers
5050

0 commit comments

Comments
 (0)