From d0cf5ca5e7eb05a398f52f61e54f2921ee1137d0 Mon Sep 17 00:00:00 2001 From: Philippe Perrin Date: Tue, 9 Aug 2022 08:54:21 +0200 Subject: [PATCH] SONAR-17157 Replace unsecured links to www.sonarqube.org by secured ones --- server/sonar-docs/src/pages/index.md | 2 +- server/sonar-docs/src/pages/setup/install-server.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/sonar-docs/src/pages/index.md b/server/sonar-docs/src/pages/index.md index 4659ee73bf8..e6c6dd2fbb1 100644 --- a/server/sonar-docs/src/pages/index.md +++ b/server/sonar-docs/src/pages/index.md @@ -5,7 +5,7 @@ url: / Welcome to the SonarQube documentation! -[SonarQube](http://www.sonarqube.org/)® is an automatic code review tool to detect bugs, vulnerabilities, and code smells in your code. It can integrate with your existing workflow to enable continuous code inspection across your project branches and pull requests. +[SonarQube](https://www.sonarqube.org/)® is an automatic code review tool to detect bugs, vulnerabilities, and code smells in your code. It can integrate with your existing workflow to enable continuous code inspection across your project branches and pull requests. If you want to try out SonarQube, check out the [Try out SonarQube](/setup/get-started-2-minutes/) page for instructions on installing a local instance and analyzing a project. diff --git a/server/sonar-docs/src/pages/setup/install-server.md b/server/sonar-docs/src/pages/setup/install-server.md index ae5da42bd98..18dde613ad2 100644 --- a/server/sonar-docs/src/pages/setup/install-server.md +++ b/server/sonar-docs/src/pages/setup/install-server.md @@ -101,7 +101,7 @@ Create an empty schema and a `sonarqube` user. Grant this `sonarqube` user permi ## Installing SonarQube from the ZIP file -First, check the [requirements](/requirements/requirements/). Then download and unzip the [distribution](http://www.sonarqube.org/downloads/) (do not unzip into a directory starting with a digit). +First, check the [requirements](/requirements/requirements/). Then download and unzip the [distribution](https://www.sonarqube.org/downloads/) (do not unzip into a directory starting with a digit). SonarQube cannot be run as `root` on Unix-based systems, so create a dedicated user account for SonarQube if necessary. -- 2.39.5