Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
improved readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lunny committed Sep 11, 2014
1 parent 6bc97aa commit efc4931
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Or

* [GoWalker](http://gowalker.org/github.com/go-xorm/xorm)

* [Quick Start](https://github.com/go-xorm/xorm/blob/master/docs/QuickStart.md)
* [Quick Start](http://xorm.io/docs/intro/quick_start.md)

# Cases

Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ xorm是一个简单而强大的Go语言ORM库. 通过它可以使数据库操作
* 查询函数 Get()/Find()/Iterate() 在性能上的改进


[更多更新日志...](https://github.com/go-xorm/xorm/blob/master/docs/ChangelogCN.md)
[更多更新日志...](http://xorm.io/docs/intro/change_log.md)

## 安装

Expand All @@ -96,7 +96,7 @@ xorm是一个简单而强大的Go语言ORM库. 通过它可以使数据库操作

## 文档

* [快速开始](https://github.com/go-xorm/xorm/blob/master/docs/QuickStartCN.md)
* [快速开始](http://xorm.io/docs/intro/quick_start.md)

* [GoWalker代码文档](http://gowalker.org/github.com/go-xorm/xorm)

Expand Down

0 comments on commit efc4931

Please sign in to comment.