diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2023-01-13 16:44:23 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-01-17 20:02:59 +0000 |
commit | 4a183772d0a5f88c5f9693ea4726695ef4f562d1 (patch) | |
tree | 76f0be248aca4568ab6f8d9e34d19e191eea0101 /sonar-application/src | |
parent | 04f7a37abda3e7b3bd599b68c5e26c403ecfcfc9 (diff) | |
download | sonarqube-4a183772d0a5f88c5f9693ea4726695ef4f562d1.tar.gz sonarqube-4a183772d0a5f88c5f9693ea4726695ef4f562d1.zip |
SONAR-17732 Remove all usage of redirect.sonarsource.com
Diffstat (limited to 'sonar-application/src')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 2 | ||||
-rw-r--r-- | sonar-application/src/main/assembly/extensions/jdbc-driver/oracle/README.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index f2f723b1785..dcbb6bb240c 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://redirect.sonarsource.com/doc/settings-encryption.html +# - be encrypted. See https://docs.sonarqube.org/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 c3d67e9c173..54e11ac42f5 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://redirect.sonarsource.com/doc/requirements.html. -Note that only a single JAR file is accepted. A failure is raised at startup if multiple JAR files are available.
\ No newline at end of file +Please copy an Oracle JDBC driver in this directory. See compatible versions at https://docs.sonarqube.org/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. |