Skip to content

Commit 50c8cc6

Browse files
Update sonarcloud.md (#3448)
Sonar's product names have changed and the documentation links were all out of date Co-authored-by: Michał Rybiński <[email protected]>
1 parent 69db349 commit 50c8cc6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

user/sonarcloud.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ redirect_from:
55
- /user/sonarqube/
66
---
77

8-
[SonarCloud](https://sonarcloud.io) is the leading online service to catch Bugs and Security Vulnerabilities in your Pull Requests and throughout your code repositories. Totally free for open-source projects (paid plan for private projects), SonarCloud pairs with existing cloud-based CI/CD workflows, and provides clear resolution guidance for any Code Quality or Security issue it detects. With already more than 1 billion lines of code under analysis, SonarCloud empowers development teams of all sizes to write cleaner and safer code, across more than 20 programming languages.
8+
[SonarQube Cloud](https://sonarcloud.io) is the leading online service to catch Bugs and Security Vulnerabilities in your Pull Requests and throughout your code repositories. Totally free for open-source projects (paid plan for private projects), SonarCloud pairs with existing cloud-based CI/CD workflows, and provides clear resolution guidance for any Code Quality or Security issue it detects. With already more than 1 billion lines of code under analysis, SonarCloud empowers development teams of all sizes to write cleaner and safer code, across more than 20 programming languages.
99

10-
Please refer to the [SonarCloud documentation](https://sonarcloud.io/documentation) for more details.
10+
Please refer to the [SonarCloud documentation](https://docs.sonarsource.com/sonarqube-cloud/) for more details.
1111

1212
## Requirements
1313

@@ -28,7 +28,7 @@ Before inspecting your code, you need to:
2828
2. [Create a user authentication token](https://sonarcloud.io/account/security) for your account on SonarCloud.
2929
3. [Encrypt this token](/user/encryption-keys/#usage) `travis encrypt abcdef0123456789` or define `SONAR_TOKEN` in your [Repository Settings](/user/environment-variables/#defining-variables-in-repository-settings)
3030
4. [Find which SonarCloud.io organization](https://sonarcloud.io/account/organizations) you want to push your project on and get its key
31-
5. Create a `sonar-project.properties` file for your project (see the [documentation](http://redirect.sonarsource.com/doc/install-configure-scanner.html)).
31+
5. Create a `sonar-project.properties` file for your project (see the [documentation](https://docs.sonarsource.com/sonarqube-server/latest/analyzing-source-code/scanners/sonarscanner/).
3232

3333
Then add the following lines to your `.travis.yml` file to trigger the analysis:
3434

@@ -110,9 +110,9 @@ If this is the case, you will receive warnings in the log telling you that this
110110

111111
## Note for SonarQube users
112112

113-
If you are familiar with SonarQube, you can be tempted to deal with some properties relatives to [Branch Analysis](https://docs.sonarqube.org/display/SONAR/Branch+Analysis) (ex: `sonar.branch.name`) and/or [Pull Request Analysis](https://docs.sonarqube.org/display/SONAR/Pull+Request+Analysis) (ex: `sonar.pullrequest.key`).
113+
If you are familiar with SonarQube Server, you can be tempted to deal with some properties relatives to [Branch Analysis](https://docs.sonarsource.com/sonarqube-server/latest/analyzing-source-code/branch-analysis/setting-up-the-branch-analysis/) (ex: `sonar.branch.name`) and/or [Pull Request Analysis](https://docs.sonarsource.com/sonarqube-server/latest/analyzing-source-code/pull-request-analysis/setting-up-the-pull-request-analysis/) (ex: `sonar.pullrequest.key`).
114114

115-
These properties are completely useless, the SonarCloud add-on manages them for you depending the analysis type.
115+
These properties are completely useless, the SonarQube Cloud add-on manages them for you depending on the analysis type.
116116

117117
## Build Config Reference
118118

0 commit comments

Comments
 (0)