Преглед изворни кода

[java] update JDBC link in Sqlite doc (closes #10385)

Aleksandr Kuzmenko пре 3 година
родитељ
комит
052f48d2a0
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      std/sys/db/Sqlite.hx

+ 2 - 2
std/sys/db/Sqlite.hx

@@ -31,8 +31,8 @@ class Sqlite {
 		Also note that this will try to open an assembly named `Mono.Data.Sqlite`
 		if it wasn't loaded yet.
 
-		(java) You will need a SQLite JDBC driver (e.g. 
-		https://bitbucket.org/xerial/sqlite-jdbc).
+		(java) You will need a SQLite JDBC driver (e.g.
+		https://github.com/xerial/sqlite-jdbc/releases).
 	**/
 	public static function open(file:String):Connection {
 		throw "Not implemented for this platform";