update documentations
This commit is contained in:
parent
41154ea9ae
commit
c4bd79183d
16
README.md
16
README.md
|
@ -57,13 +57,13 @@ Drivers for Go's sql package which currently support database/sql includes:
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
go get xorm.io/xorm
|
go get xorm.io/xorm/v2
|
||||||
|
|
||||||
## Documents
|
## Documents
|
||||||
|
|
||||||
* [Manual](http://xorm.io/docs)
|
* [Manual](http://xorm.io/docs)
|
||||||
|
|
||||||
* [GoDoc](http://pkg.go.dev/xorm.io/xorm)
|
* [GoDoc](http://pkg.go.dev/xorm.io/xorm/v2)
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
|
@ -490,20 +490,18 @@ You can find all the changelog [here](CHANGELOG.md)
|
||||||
|
|
||||||
## Cases
|
## Cases
|
||||||
|
|
||||||
* [studygolang](http://studygolang.com/) - [github.com/studygolang/studygolang](https://github.com/studygolang/studygolang)
|
* [Gitea](http://about.gitea.com) - [github.com/go-gitea/gitea](http://github.com/go-gitea/gitea)
|
||||||
|
|
||||||
* [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)
|
|
||||||
|
|
||||||
* [grafana](https://grafana.com/) - [github.com/grafana/grafana](http://github.com/grafana/grafana)
|
* [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)
|
* [github.com/m3ng9i/qreader](https://github.com/m3ng9i/qreader)
|
||||||
|
|
||||||
* [Wego](http://github.com/go-tango/wego)
|
* [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)
|
* [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)
|
* [Gorevel](http://gorevel.cn/) - [github.com/goofcc/gorevel](http://github.com/goofcc/gorevel)
|
||||||
|
|
|
@ -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)
|
* [操作指南](http://xorm.io/docs)
|
||||||
|
|
||||||
* [Godoc代码文档](http://pkg.go.dev/xorm.io/xorm)
|
* [Godoc代码文档](http://pkg.go.dev/xorm.io/xorm/v2)
|
||||||
|
|
||||||
# 快速开始
|
# 快速开始
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue