diff --git a/README.md b/README.md index 1348f4f8..e50e569f 100644 --- a/README.md +++ b/README.md @@ -57,13 +57,13 @@ Drivers for Go's sql package which currently support database/sql includes: ## Installation - go get xorm.io/xorm + go get xorm.io/xorm/v2 ## Documents * [Manual](http://xorm.io/docs) -* [GoDoc](http://pkg.go.dev/xorm.io/xorm) +* [GoDoc](http://pkg.go.dev/xorm.io/xorm/v2) ## Quick Start @@ -490,20 +490,18 @@ You can find all the changelog [here](CHANGELOG.md) ## Cases -* [studygolang](http://studygolang.com/) - [github.com/studygolang/studygolang](https://github.com/studygolang/studygolang) - -* [Gitea](http://gitea.io) - [github.com/go-gitea/gitea](http://github.com/go-gitea/gitea) - -* [Gogs](http://try.gogits.org) - [github.com/gogits/gogs](http://github.com/gogits/gogs) +* [Gitea](http://about.gitea.com) - [github.com/go-gitea/gitea](http://github.com/go-gitea/gitea) * [grafana](https://grafana.com/) - [github.com/grafana/grafana](http://github.com/grafana/grafana) +* [studygolang](http://studygolang.com/) - [github.com/studygolang/studygolang](https://github.com/studygolang/studygolang) + +* [Gogs](http://try.gogits.org) - [github.com/gogits/gogs](http://github.com/gogits/gogs) + * [github.com/m3ng9i/qreader](https://github.com/m3ng9i/qreader) * [Wego](http://github.com/go-tango/wego) -* [Docker.cn](https://docker.cn/) - * [Xorm Adapter](https://github.com/casbin/xorm-adapter) for [Casbin](https://github.com/casbin/casbin) - [github.com/casbin/xorm-adapter](https://github.com/casbin/xorm-adapter) * [Gorevel](http://gorevel.cn/) - [github.com/goofcc/gorevel](http://github.com/goofcc/gorevel) diff --git a/README_CN.md b/README_CN.md index aa466894..40b3a24e 100644 --- a/README_CN.md +++ b/README_CN.md @@ -56,13 +56,13 @@ v1.0.0 相对于 v0.8.2 有以下不兼容的变更: ## 安装 - go get xorm.io/xorm + go get xorm.io/xorm/v2 ## 文档 * [操作指南](http://xorm.io/docs) -* [Godoc代码文档](http://pkg.go.dev/xorm.io/xorm) +* [Godoc代码文档](http://pkg.go.dev/xorm.io/xorm/v2) # 快速开始