From a965048c26149fe5a0d7e16d59b3d985470bb70d Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Sun, 19 Oct 2014 14:41:47 +0800 Subject: [PATCH] new doc links --- README.md | 4 ++-- README_CN.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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)