Skip to content
This repository was archived by the owner on Jun 21, 2019. It is now read-only.

Commit 9d2937a

Browse files
committed
Merge pull request #4 from gr4y/patch-1
Links to documentation on home page were pointing to an 404 page.
2 parents df9f51b + 110f326 commit 9d2937a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ <h2>{{i18n .Lang "home.quick_start"}}</h2>
6767
<li>同步数据库结构 <code>err = orm.Sync(new(User), new(Article))</code></li>
6868
</ol>
6969
<p>恭喜!您已经成功地运行了 Xorm。</p>
70-
<p>请阅读 <a href="/docs/intro/">使用手册</a> 以获取更多信息。</p>
70+
<p>请阅读 <a href="/docs/">使用手册</a> 以获取更多信息。</p>
7171
{{else}}
7272
<p>Run and setup:</p>
7373
<ol>
7474
<li>Init orm <code>orm, err := xorm.NewEngine("sqlite3", "./test.db")</code></li>
7575
<li>Sync database structs <code>err = orm.Sync(new(User), new(Article))</code></li>
7676
</ol>
7777
<p>Congratulations! You just get your Xorm running.</p>
78-
<p>Please see <a href="/docs/intro/">Documentation</a> for going further.</p>
78+
<p>Please see <a href="/docs/">Documentation</a> for going further.</p>
7979
{{end}}
8080
</div>
8181
</div>

0 commit comments

Comments
 (0)