update documentations

This commit is contained in:
Lunny Xiao 2023-10-27 16:30:08 +08:00
parent 41154ea9ae
commit c4bd79183d
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
2 changed files with 9 additions and 11 deletions

View File

@ -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)

View File

@ -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)
# 快速开始