aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorGodin <mandrikov@gmail.com>2010-11-17 16:09:46 +0000
committerGodin <mandrikov@gmail.com>2010-11-17 16:09:46 +0000
commit58168683a57cbf160f1842df7135375303700db8 (patch)
tree3e8a147a0c698e94e19f5798e92245bf0c3d9c66 /sonar-application
parent8f9bdaa97f447b0c2646ebceed8b371c9916a03e (diff)
downloadsonarqube-58168683a57cbf160f1842df7135375303700db8.tar.gz
sonarqube-58168683a57cbf160f1842df7135375303700db8.zip
SONAR-1991: Fix link for Jtds open source driver
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index 6aeedbba695..678d41013d6 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -76,7 +76,7 @@ sonar.jdbc.validationQuery: values(1)
#----- Microsoft SQLServer
-# The Jtds open source driver is available in extensions/jdbc-driver/mssql. More details on http://jtds.sourceforge.
+# The Jtds open source driver is available in extensions/jdbc-driver/mssql. More details on http://jtds.sourceforge.net
#sonar.jdbc.url: jdbc:jtds:sqlserver://localhost;databaseName=SONAR;SelectMethod=Cursor
#sonar.jdbc.driverClassName: net.sourceforge.jtds.jdbc.Driver
#sonar.jdbc.validationQuery: select 1