Skip to content

Commit

Permalink
docs: fix broken link to plugins (#16520)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtnagy committed Nov 8, 2022
1 parent c97c789 commit 5c39425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/user-guide/core-concepts.md
Expand Up @@ -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

Expand Down

0 comments on commit 5c39425

Please sign in to comment.