From 7276fe5776f03fb90e575ed63a9b1a6766993e42 Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Wed, 7 Dec 2022 22:55:28 +0100 Subject: [PATCH] docs: Fix anchor in URL (#16628) * docs: Fix anchor in URL * Update docs/src/user-guide/configuring/configuration-files.md Co-authored-by: Amaresh S M Co-authored-by: Milos Djermanovic Co-authored-by: Amaresh S M --- docs/src/user-guide/configuring/configuration-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/user-guide/configuring/configuration-files.md b/docs/src/user-guide/configuring/configuration-files.md index 54dc368ab88..8c4f0b19b9e 100644 --- a/docs/src/user-guide/configuring/configuration-files.md +++ b/docs/src/user-guide/configuring/configuration-files.md @@ -424,7 +424,7 @@ If a config is provided via the `--config` CLI option, the glob patterns in the If you specified directories with CLI (e.g., `eslint lib`), ESLint searches target files in the directory to lint. The target files are `*.js` or the files that match any of `overrides` entries (but exclude entries that are any of `files` end with `*`). -If you specified the [`--ext`](https://eslint.org/docs/user-guide/command-line-interface#ext) command line option along with directories, the target files are only the files that have specified file extensions regardless of `overrides` entries. +If you specified the [`--ext`](../command-line-interface#--ext) command line option along with directories, the target files are only the files that have specified file extensions regardless of `overrides` entries. ## Personal Configuration Files (deprecated)