From 9a66da103c9849d95d6bc45a5444ab786d8e0bf4 Mon Sep 17 00:00:00 2001 From: Shaharia Azam Date: Thu, 19 Dec 2019 01:38:08 +0600 Subject: [PATCH 1/3] Documentation link fixed for sonarqube --- sonarqube/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonarqube/content.md b/sonarqube/content.md index ad08d2768..222b8d18f 100644 --- a/sonarqube/content.md +++ b/sonarqube/content.md @@ -43,7 +43,7 @@ $ mvn sonar:sonar $ mvn sonar:sonar -Dsonar.host.url=http://$(boot2docker ip):9000 ``` -To analyze other kinds of projects and for more details see [Analyzing Source Code documentation](https://redirect.sonarsource.com/doc/analyzing-source-code.html). +To analyze other kinds of projects and for more details see [Analyzing Source Code documentation](https://docs.sonarqube.org/latest/analysis/overview/). ## Configuration From 8e5c36a188bbba72d5f21757af4fbbc2b032de28 Mon Sep 17 00:00:00 2001 From: Shaharia Azam Date: Thu, 19 Dec 2019 01:39:26 +0600 Subject: [PATCH 2/3] Link created --- sonarqube/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonarqube/content.md b/sonarqube/content.md index 222b8d18f..096bdf89b 100644 --- a/sonarqube/content.md +++ b/sonarqube/content.md @@ -53,7 +53,7 @@ By default, the image will use an embedded H2 database that is not suited for pr > Warning: Only a single instance of SonarQube can connect to a database schema. If you're using a Docker Swarm or Kubernetes, make sure that multiple SonarQube instances are never running on the same database schema simultaneously. This will cause SonarQube to behave unpredictably and data will be corrupted. There is no safeguard until [SONAR-10362](https://jira.sonarsource.com/browse/SONAR-10362). -Setup a database by following the "Installing the Database" section of https://docs.sonarqube.org/latest/setup/install-server/. +Setup a database by following the [Installing the Database](https://docs.sonarqube.org/latest/setup/install-server/) section. ### Use bind-mounted folders or volumes From 55398ba0cf904edee3b274a2409f1ab3ea0fcdf3 Mon Sep 17 00:00:00 2001 From: Shaharia Azam Date: Thu, 19 Dec 2019 19:06:36 +0600 Subject: [PATCH 3/3] Link reversed as per review --- sonarqube/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonarqube/content.md b/sonarqube/content.md index 096bdf89b..b62538a3e 100644 --- a/sonarqube/content.md +++ b/sonarqube/content.md @@ -43,7 +43,7 @@ $ mvn sonar:sonar $ mvn sonar:sonar -Dsonar.host.url=http://$(boot2docker ip):9000 ``` -To analyze other kinds of projects and for more details see [Analyzing Source Code documentation](https://docs.sonarqube.org/latest/analysis/overview/). +To analyze other kinds of projects and for more details see [Analyzing Source Code documentation](https://redirect.sonarsource.com/doc/analyzing-source-code.html). ## Configuration