diff --git a/sql12/core/src/net/sourceforge/squirrel_sql/client/resources/defaults/default_drivers.xml b/sql12/core/src/net/sourceforge/squirrel_sql/client/resources/defaults/default_drivers.xml
index b132fd7f8..1ab4b8595 100644
--- a/sql12/core/src/net/sourceforge/squirrel_sql/client/resources/defaults/default_drivers.xml
+++ b/sql12/core/src/net/sourceforge/squirrel_sql/client/resources/defaults/default_drivers.xml
@@ -169,7 +169,7 @@
-65
- https://bitbucket.org/xerial/sqlite-jdbc/downloads/
+ https://github.com/xerial/sqlite-jdbc/releases/
@@ -217,7 +217,7 @@
-61
- https://downloads.mariadb.org/client-java/
+ https://mariadb.org/connector-java/all-releases/
@@ -528,7 +528,7 @@
H2 In-Memory
jdbc:h2:mem:
- http://www.h2database.com
+ https://github.com/h2database/h2database/releases/
@@ -540,7 +540,7 @@
H2 Embedded
jdbc:h2://<db-name>
- http://www.h2database.com
+ https://github.com/h2database/h2database/releases/
@@ -552,7 +552,7 @@
H2
jdbc:h2://<server>:<9092>/<db-name>
- http://www.h2database.com
+ https://github.com/h2database/h2database/releases/
@@ -632,7 +632,7 @@
jTDS Sybase
jdbc:jtds:sybase://<hostname>[:<4100>]/<dbname>[;<property>=<value>[;...]]
- http://jtds.sourceforge.net
+ https://github.com/milesibastos/jTDS/releases/
@@ -644,7 +644,7 @@
jTDS Microsoft SQL
jdbc:jtds:sqlserver://<hostname>[:<1433>]/<dbname>[;<property>=<value>[;...]]
- http://jtds.sourceforge.net
+ https://github.com/milesibastos/jTDS/releases/
@@ -752,7 +752,7 @@
jTDS
jdbc:jtds:sqlserver://<hostname>[:<4100>]/<dbname>[;<property>=<value>[;...]]
- http://jtds.sourceforge.net
+ https://github.com/milesibastos/jTDS/releases/
@@ -812,7 +812,7 @@
Microsoft MSSQL Server JDBC Driver
jdbc:sqlserver://<server_name>:1433;databaseName=<db_name>
- http://msdn.microsoft.com/sql
+ https://github.com/microsoft/mssql-jdbc/releases/
com.sunopsis.jdbc.driver.xml.SnpsXmlDriver