From 5c39425fc55ecc0b97bbd07ac22654c0eb4f789c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81d=C3=A1m=20T=2E=20Nagy?= Date: Tue, 8 Nov 2022 14:44:20 +0100 Subject: [PATCH] docs: fix broken link to plugins (#16520) --- 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