diff options
Diffstat (limited to 'server/sonar-docs/src/pages/analysis/analysis-parameters.md')
-rw-r--r-- | server/sonar-docs/src/pages/analysis/analysis-parameters.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/analysis/analysis-parameters.md b/server/sonar-docs/src/pages/analysis/analysis-parameters.md index 2dd6f93fa48..0f713564c63 100644 --- a/server/sonar-docs/src/pages/analysis/analysis-parameters.md +++ b/server/sonar-docs/src/pages/analysis/analysis-parameters.md @@ -97,7 +97,7 @@ Key | Description | Default ### Quality Gate Key | Description | Default ---|----|--- -`sonar.qualitygate.wait` | Forces the analysis step to poll the SonarQube instance and wait for the Quality Gate status. If there are no other options, you can use this to fail a pipeline build when the Quality Gate is failing. See the [CI Integration](/analysis/branch-pr-analysis-overview/) page for more information. | +`sonar.qualitygate.wait` | Forces the analysis step to poll the SonarQube instance and wait for the Quality Gate status. If there are no other options, you can use this to fail a pipeline build when the Quality Gate is failing. See the [CI Integration](/analysis/ci-integration-overview/) page for more information. | `sonar.qualitygate.timeout` | Sets the number of seconds that the scanner should wait for a report to be processed. | 300 ### Deprecated |