diff --git a/docs/src/user-guide/core-concepts.md b/docs/src/user-guide/core-concepts.md index 3fc15fcb8a9..c18a2634752 100644 --- a/docs/src/user-guide/core-concepts.md +++ b/docs/src/user-guide/core-concepts.md @@ -44,7 +44,7 @@ An ESLint plugin is an npm module that can contain a set of ESLint rules, config 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. -For more information, refer to [Configuring Plugins](./configuring/plugins.md). +For more information, refer to [Configuring Plugins](./configuring/plugins). ## Parsers