diff options
author | Andrey Luiz <andrey.luiz@sonarsource.com> | 2023-12-05 08:21:46 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-12-05 20:02:45 +0000 |
commit | ba1b28a45c7e9be030eff28aadb0d07e20136231 (patch) | |
tree | e62043be42ed61e2225596fdfdbc05a2997a32a9 /server | |
parent | 4540cf74fce38f6a0f0fc9fea1bec7be78aa7b1b (diff) | |
download | sonarqube-ba1b28a45c7e9be030eff28aadb0d07e20136231.tar.gz sonarqube-ba1b28a45c7e9be030eff28aadb0d07e20136231.zip |
SONAR-21160 Fix sonar way QG links to new documentation (#10111)
Diffstat (limited to 'server')
-rw-r--r-- | server/sonar-web/src/main/js/apps/quality-gates/components/DetailsHeader.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/quality-gates/components/DetailsHeader.tsx b/server/sonar-web/src/main/js/apps/quality-gates/components/DetailsHeader.tsx index d07397a9d70..748b87b2d5b 100644 --- a/server/sonar-web/src/main/js/apps/quality-gates/components/DetailsHeader.tsx +++ b/server/sonar-web/src/main/js/apps/quality-gates/components/DetailsHeader.tsx @@ -109,7 +109,7 @@ export default function DetailsHeader({ qualityGate }: Readonly<Props>) { id="quality_gates.is_built_in.description" values={{ link: ( - <DocumentationLink to="/user-guide/quality-gates/#recommended-quality-gate"> + <DocumentationLink to="/user-guide/quality-gates/#using-sonar-way-the-recommended-quality-gate"> {translate('learn_more')} </DocumentationLink> ), |