Fix readme links
This commit is contained in:
parent
0852f43870
commit
15c64a9dfb
|
@ -1,6 +1,6 @@
|
||||||
# xorm
|
# xorm
|
||||||
|
|
||||||
[中文](https://gitea.com/xorm/xorm/src/branch/master/README_CN.md)
|
[中文](https://gitea.com/xorm/xorm/src/branch/main/README_CN.md)
|
||||||
|
|
||||||
Xorm is a simple and powerful ORM for Go.
|
Xorm is a simple and powerful ORM for Go.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# xorm
|
# xorm
|
||||||
|
|
||||||
[English](https://gitea.com/xorm/xorm/src/branch/master/README.md)
|
[English](https://gitea.com/xorm/xorm/src/branch/main/README.md)
|
||||||
|
|
||||||
xorm 是一个简单而强大的Go语言ORM库. 通过它可以使数据库操作非常简便。
|
xorm 是一个简单而强大的Go语言ORM库. 通过它可以使数据库操作非常简便。
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue