diff --git a/README.md b/README.md index caddda68..48390ee1 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Message me on [G+](https://plus.google.com/u/0/106406879480103142585) Drivers for Go's sql package which currently support database/sql includes: -* Mysql: [github.com/Go-SQL-Driver/MySQL](https://github.com/Go-SQL-Driver/MySQL) +* Mysql: [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) * MyMysql: [github.com/ziutek/mymysql/godrv](https://github.com/ziutek/mymysql/godrv) diff --git a/README_CN.md b/README_CN.md index d1c18c19..35d9b9ee 100644 --- a/README_CN.md +++ b/README_CN.md @@ -14,7 +14,7 @@ xorm是一个简单而强大的Go语言ORM库. 通过它可以使数据库操作 目前支持的Go数据库驱动如下: -* Mysql: [github.com/Go-SQL-Driver/MySQL](https://github.com/Go-SQL-Driver/MySQL) +* Mysql: [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) * MyMysql: [github.com/ziutek/mymysql/godrv](https://github.com/ziutek/mymysql/godrv) diff --git a/xorm/README.md b/xorm/README.md index 470d09a4..575219de 100644 --- a/xorm/README.md +++ b/xorm/README.md @@ -11,7 +11,7 @@ and you should install the depends below: * github.com/lunny/xorm -* Mysql: [github.com/Go-SQL-Driver/MySQL](https://github.com/Go-SQL-Driver/MySQL) +* Mysql: [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) * MyMysql: [github.com/ziutek/mymysql/godrv](https://github.com/ziutek/mymysql/godrv)