new doc links

This commit is contained in:
Lunny Xiao 2014-10-19 14:41:47 +08:00
parent 06eb9ad63f
commit a965048c26
2 changed files with 3 additions and 3 deletions

View File

@ -96,12 +96,12 @@ Or
# Documents
* [Manual](http://xorm.io/docs)
* [GoDoc](http://godoc.org/github.com/go-xorm/xorm)
* [GoWalker](http://gowalker.org/github.com/go-xorm/xorm)
* [Quick Start](http://xorm.io/docs/intro/quick_start.md)
# Cases
* [Gorevel](http://http://gorevel.cn/) - [github.com/goofcc/gorevel](http://github.com/goofcc/gorevel)

View File

@ -96,7 +96,7 @@ xorm是一个简单而强大的Go语言ORM库. 通过它可以使数据库操作
## 文档
* [快速开始](http://xorm.io/docs/intro/quick_start.md)
* [操作指南](http://xorm.io/docs)
* [GoWalker代码文档](http://gowalker.org/github.com/go-xorm/xorm)