Skip to content

Commit 0c66fa2

Browse files
committed
Fix mysql database link
1 parent 18ec8b8 commit 0c66fa2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

es/05.5.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Como beedb soporta los estándares de la interfaz `database/sql` cualquier manej
1111

1212
Mysql: [github.com/ziutek/mymysql/godrv](github.com/ziutek/mymysql/godrv)
1313

14-
Mysql: [code.google.com/p/go-mysql-driver](code.google.com/p/go-mysql-driver)
14+
Mysql: [github/go-mysql-driver/mysql](github/go-mysql-driver/mysql)
1515

1616
PostgreSQL: [github.com/lib/pq](github.com/lib/pq)
1717

ja/05.5.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ beedbはdatabase/sql標準インターフェースをサポートしたORMライ
55

66
Mysql:github.com/ziutek/mymysql/godrv[*]
77

8-
Mysql:code.google.com/p/go-mysql-driver[*]
8+
Mysql:github/go-mysql-driver/mysql[*]
99

1010
PostgreSQL:github.com/lib/pq[*]
1111

pt-br/05.5.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Because beedb supports `database/sql` interface standards, any driver that imple
1111

1212
Mysql: [github.com/ziutek/mymysql/godrv](github.com/ziutek/mymysql/godrv)
1313

14-
Mysql: [code.google.com/p/go-mysql-driver](code.google.com/p/go-mysql-driver)
14+
Mysql: [github/go-mysql-driver/mysql](github/go-mysql-driver/mysql)
1515

1616
PostgreSQL: [github.com/lib/pq](github.com/lib/pq)
1717

0 commit comments

Comments
 (0)