From 058b9239d47af5565e7c80f55ec097259ad00673 Mon Sep 17 00:00:00 2001 From: Benjamin Wuethrich Date: Sun, 8 Sep 2024 11:54:35 -0700 Subject: [PATCH] docs: update link to jscpd documentation (#6117) --- docs/upgrade-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrade-guide.md b/docs/upgrade-guide.md index 4bfed92d..5c3e2aa9 100644 --- a/docs/upgrade-guide.md +++ b/docs/upgrade-guide.md @@ -122,7 +122,7 @@ This section helps you upgrade from super-linter `v5` to `v6`. - Jscpd doesn't consider the `FILTER_REGEX_EXCLUDE`, `FILTER_REGEX_INCLUDE`, `IGNORE_GENERATED_FILES` variables. For more information about how to ignore files with Jscpd, see - [the Jscpd documentation](https://github.com/kucherenko/jscpd/tree/master/packages/jscpd). + [the Jscpd documentation](https://github.com/kucherenko/jscpd/tree/master/apps/jscpd). ### USE_FIND_ALGORITHM and VALIDATE_ALL_CODEBASE used together