aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorWouter Admiraal <wouter.admiraal@sonarsource.com>2023-08-24 10:00:50 +0200
committersonartech <sonartech@sonarsource.com>2023-08-24 20:03:09 +0000
commitc2b021b216ce2c1d80dfa3aec3acf2ee44afa375 (patch)
tree24b4f2929ebc9daa2d8eecc12c8e752a1babc613 /sonar-application
parente57493de682303e7a30fc9dbbb97297a7e47c337 (diff)
downloadsonarqube-c2b021b216ce2c1d80dfa3aec3acf2ee44afa375.tar.gz
sonarqube-c2b021b216ce2c1d80dfa3aec3acf2ee44afa375.zip
SONAR-19761 Change documentation URL
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties2
-rw-r--r--sonar-application/src/main/assembly/extensions/jdbc-driver/oracle/README.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index b999c3ab851..0dd994e4b1d 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -10,7 +10,7 @@
# - be overridden by environment variables. The name of the corresponding environment variable is the
# upper-cased name of the property where all the dot ('.') and dash ('-') characters are replaced by
# underscores ('_'). For example, to override 'sonar.web.systemPasscode' use 'SONAR_WEB_SYSTEMPASSCODE'.
-# - be encrypted. See https://docs.sonarqube.org/latest/instance-administration/security/#settings-encryption
+# - be encrypted. See https://docs.sonarsource.com/sonarqube/latest/instance-administration/security/#settings-encryption
#--------------------------------------------------------------------------------------------------
# DATABASE
diff --git a/sonar-application/src/main/assembly/extensions/jdbc-driver/oracle/README.txt b/sonar-application/src/main/assembly/extensions/jdbc-driver/oracle/README.txt
index 54e11ac42f5..9db4bb675d4 100644
--- a/sonar-application/src/main/assembly/extensions/jdbc-driver/oracle/README.txt
+++ b/sonar-application/src/main/assembly/extensions/jdbc-driver/oracle/README.txt
@@ -1,2 +1,2 @@
-Please copy an Oracle JDBC driver in this directory. See compatible versions at https://docs.sonarqube.org/latest/requirements/prerequisites-and-overview/.
+Please copy an Oracle JDBC driver in this directory. See compatible versions at https://docs.sonarsource.com/sonarqube/latest/requirements/prerequisites-and-overview/.
Note that only a single JAR file is accepted. A failure is raised at startup if multiple JAR files are available.