From 2bfc45306f3963dbebce1c603e364a5fa9d4ecdb Mon Sep 17 00:00:00 2001 From: YunShu Date: Tue, 8 Aug 2023 13:18:39 +0800 Subject: [PATCH] fix: fix broken links (#57) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bccc0b6..a84509d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Xorm Adapter is the [Xorm](https://gitea.com/xorm/xorm) adapter for [Casbin](htt Based on [Xorm Drivers Support](https://gitea.com/xorm/xorm#drivers-support), The current supported databases are: - 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) +- MyMysql: [github.com/ziutek/mymysql](https://github.com/ziutek/mymysql/tree/master/godrv) - Postgres: [github.com/lib/pq](https://github.com/lib/pq) - Tidb: [github.com/pingcap/tidb](https://github.com/pingcap/tidb) - SQLite: [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3)