]> source.dussan.org Git - sonarqube.git/commitdiff
Fix links in documentation
authorEvgeny Mandrikov <mandrikov@gmail.com>
Tue, 14 May 2019 13:21:36 +0000 (15:21 +0200)
committerSonarTech <sonartech@sonarsource.com>
Tue, 14 May 2019 18:21:12 +0000 (20:21 +0200)
server/sonar-docs/src/pages/scan/sonarscanner-for-ant.md
server/sonar-docs/src/pages/scan/sonarscanner-for-azure-devops.md
server/sonar-docs/src/pages/scan/sonarscanner-for-jenkins.md
server/sonar-docs/src/pages/scan/sonarscanner-for-msbuild.md

index 3aa58ee34c744629719f1271498ba163f38e29a3..84d4a2de6fa58d93a00d8899f383afb1d8516b48 100644 (file)
@@ -11,7 +11,7 @@ url: /scan/sonarscanner-for-ant/
 
 The SonarScanner for Ant provides a `task` to allow integration of SonarQube analysis into an Apache Ant build script.
 
-The SonarScanner for Ant is an Ant Task that is wrapper of [SonarScanner](/scan/sonarqube-scanner/), which works by invoking SonarScanner and passing to it all [properties](/analysis/analysis-parameters/) named following a `sonar.*` convention. This has the downside of not being very Ant-y, but the upside of providing instant availability of any new analysis parameter introduced by a new version of a plugin or of SonarQube itself. Therefore, successful use of the SonarScanner for Ant requires strict adherence to the property names shown below.
+The SonarScanner for Ant is an Ant Task that is wrapper of [SonarScanner](/scan/sonarscanner/), which works by invoking SonarScanner and passing to it all [properties](/analysis/analysis-parameters/) named following a `sonar.*` convention. This has the downside of not being very Ant-y, but the upside of providing instant availability of any new analysis parameter introduced by a new version of a plugin or of SonarQube itself. Therefore, successful use of the SonarScanner for Ant requires strict adherence to the property names shown below.
 
 
 ## Use
index c219c2eefe75184ffe945ee8a08a5b286d4220b7..4e6127ac2e2a72bcf557611933fd38be654c35d6 100644 (file)
@@ -22,7 +22,7 @@ Version <!-- sonarqube -->4.x<!-- /sonarqube --><!-- sonarcloud -->1.x<!-- /sona
 * Azure DevOps
 
 <!-- sonarqube -->
-The SonarQube Extension embeds its own version of the [SonarScanner for MSBuild](/scan/sonarqube-scanner-for-msbuild/).
+The SonarQube Extension embeds its own version of the [SonarScanner for MSBuild](/scan/sonarscanner-for-msbuild/).
 <!-- /sonarqube -->
 
 ## Installation
index 435dc435059f716c16d3399675f8948f58f0d9a3..5238cc657220c9d732d47e6c2634abe0caca481f 100644 (file)
@@ -11,10 +11,10 @@ This plugin lets you centralize the configuration of SonarQube server connection
 
 Then you can trigger SonarQube analysis from Jenkins using standard Jenkins Build Steps or [Jenkins Pipeline DSL](https://jenkins.io/solutions/pipeline/) to trigger analysis with:
 
-* [SonarScanner](/scan/sonarqube-scanner/)
-* [SonarScanner for Maven](/scan/sonarqube-scanner-for-maven/)
-* [SonarScanner for Gradle](/scan/sonarqube-scanner-for-gradle/)
-* [SonarScanner for MSBuild](/scan/sonarqube-scanner-for-msbuild/)
+* [SonarScanner](/scan/sonarscanner/)
+* [SonarScanner for Maven](/scan/sonarscanner-for-maven/)
+* [SonarScanner for Gradle](/scan/sonarscanner-for-gradle/)
+* [SonarScanner for MSBuild](/scan/sonarscanner-for-msbuild/)
 
 Once the job is complete, the plugin will detect that a SonarQube analysis was made during the build and display a badge and a widget on the job page with a link to the SonarQube dashboard as well as quality gate status.
 
index 842d4418c08d95f66df58ab094bec4f11852e7a8..7cd6dbbdee6543f628a27a92fbab425595486304 100644 (file)
@@ -14,7 +14,7 @@ url: /scan/sonarscanner-for-msbuild/
 
 The SonarScanner for MSBuild is the recommended way to launch an analysis for projects/solutions using MSBuild or dotnet command as a build tool. It is the result of a [collaboration between SonarSource and Microsoft](http://www.sonarqube.org/announcing-sonarqube-integration-with-msbuild-and-team-build/). 
 
-SonarScanner for MSBuild is distributed as a standalone command line executable, as a extension for <!-- sonarcloud -->[Azure DevOps](/scan/sonarqube-scanner-for-azure-devops/)<!-- /sonarcloud --><!-- sonarqube -->[Azure DevOps Server](/scan/sonarqube-scanner-for-azure-devops/)<!-- /sonarqube -->, and as a plugin for [Jenkins](/scan/sonarqube-scanner-for-jenkins/).
+SonarScanner for MSBuild is distributed as a standalone command line executable, as a extension for <!-- sonarcloud -->[Azure DevOps](/scan/sonarscanner-for-azure-devops/)<!-- /sonarcloud --><!-- sonarqube -->[Azure DevOps Server](/scan/sonarscanner-for-azure-devops/)<!-- /sonarqube -->, and as a plugin for [Jenkins](/scan/sonarscanner-for-jenkins/).
 
 It supports .Net Core multi-platform projects and it can be used on non-Windows platforms.