diff options
author | Fabrice Bellingard <fabrice.bellingard@sonarsource.com> | 2015-01-06 11:39:50 +0100 |
---|---|---|
committer | Fabrice Bellingard <fabrice.bellingard@sonarsource.com> | 2015-01-06 11:39:50 +0100 |
commit | 099f5133ceec1648c5dc96420c8cd0676e48df68 (patch) | |
tree | 65d226c14d60b7c241db5e15d146702129d9ef28 /sonar-application | |
parent | f9456b80f26bbc0a8bbe22c8985c3fdeb59a5454 (diff) | |
download | sonarqube-099f5133ceec1648c5dc96420c8cd0676e48df68.tar.gz sonarqube-099f5133ceec1648c5dc96420c8cd0676e48df68.zip |
SONAR-6022 Update dead links pointing to documentation
Diffstat (limited to 'sonar-application')
-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 | 2 |
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 95c2d766e03..324ed71e5f8 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -3,7 +3,7 @@ # # Property values can: # - reference an environment variable, for example sonar.jdbc.url= ${env:SONAR_JDBC_URL} -# - be encrypted. See http://docs.codehaus.org/display/SONAR/Settings+Encryption +# - be encrypted. See http://redirect.sonarsource.com/doc/settings-encryption.html #-------------------------------------------------------------------------------------------------- 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 06f081518f8..34e00ed4bd8 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 http://docs.codehaus.org/display/SONAR/Requirements. +Please copy an Oracle JDBC driver in this directory. See compatible versions at http://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 |