diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2023-06-07 16:32:15 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-06-08 20:03:08 +0000 |
commit | 372b5b8026bece925bc9d19803a2e5bc9cedc32d (patch) | |
tree | a8ad03c58cc4147ef2ec69b403d31a93bcf647ce /server | |
parent | 3e9b93b9bc55b22bcf71f807d5d5de2529a2f446 (diff) | |
download | sonarqube-372b5b8026bece925bc9d19803a2e5bc9cedc32d.tar.gz sonarqube-372b5b8026bece925bc9d19803a2e5bc9cedc32d.zip |
SONAR-19511 Move documentation of analysis scope
Diffstat (limited to 'server')
-rw-r--r-- | server/sonar-web/src/main/js/apps/settings/components/AnalysisScope.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/settings/components/AnalysisScope.tsx b/server/sonar-web/src/main/js/apps/settings/components/AnalysisScope.tsx index e3af1f94013..fce5db8a2e3 100644 --- a/server/sonar-web/src/main/js/apps/settings/components/AnalysisScope.tsx +++ b/server/sonar-web/src/main/js/apps/settings/components/AnalysisScope.tsx @@ -30,7 +30,7 @@ export function AnalysisScope(props: AdditionalCategoryComponentProps) { <> <p className="spacer-bottom"> {translate('settings.analysis_scope.wildcards.introduction')} - <DocLink className="spacer-left" to="/project-administration/narrowing-the-focus/"> + <DocLink className="spacer-left" to="/project-administration/analysis-scope/"> {translate('learn_more')} </DocLink> </p> |