From 2644cfa79c85f53369f5e9bef4858e48c690431c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81d=C3=A1m=20T=2E=20Nagy?= Date: Tue, 8 Nov 2022 08:51:34 +0100 Subject: [PATCH] Fix broken link to plugins --- docs/src/user-guide/core-concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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