diff --git a/README.md b/README.md index e1fc2df0..d077882e 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/README_CN.md b/README_CN.md index 6a0c3246..97081f20 100644 --- a/README_CN.md +++ b/README_CN.md @@ -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)