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