From 39d5b1afcecfe4215dd7e5eceb5d1c0253125d19 Mon Sep 17 00:00:00 2001 From: Nash Tsai Date: Wed, 7 May 2014 13:13:23 +0800 Subject: [PATCH] update xorm cmd url --- docs/QuickStart.md | 2 +- docs/QuickStartCn.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/QuickStart.md b/docs/QuickStart.md index ac032ba4..fab67f3d 100644 --- a/docs/QuickStart.md +++ b/docs/QuickStart.md @@ -667,7 +667,7 @@ Cache implement theory below: xorm commandl line tool ### 12.1.Reverse command -Please visit [xorm tool](https://github.com/go-xorm/cmd/tree/master/xorm) +Please visit [xorm tool](https://github.com/go-xorm/cmd) ## 13.Examples diff --git a/docs/QuickStartCn.md b/docs/QuickStartCn.md index 607bdda6..6421bfff 100644 --- a/docs/QuickStartCn.md +++ b/docs/QuickStartCn.md @@ -767,7 +767,7 @@ xorm支持两种方式的事件,一种是在Struct中的特定方法来作为 xorm工具提供了xorm命令,能够帮助做很多事情。 ### 13.1.反转命令 -参见 [xorm工具](https://github.com/go-xorm/xorm/tree/master/xorm) +参见 [xorm工具](https://github.com/go-xorm/cmd) ## 14.Examples