Links to documentation on home page were pointing to an 404 page. #4

Merged
lunny merged 1 commits from gr4y/patch-1 into master 2015-07-25 11:08:54 +00:00

View File

@ -67,7 +67,7 @@
<li>同步数据库结构 <code>err = orm.Sync(new(User), new(Article))</code></li>
</ol>
<p>恭喜!您已经成功地运行了 Xorm。</p>
<p>请阅读 <a href="/docs/intro/">使用手册</a> 以获取更多信息。</p>
<p>请阅读 <a href="/docs/">使用手册</a> 以获取更多信息。</p>
{{else}}
<p>Run and setup:</p>
<ol>
@ -75,7 +75,7 @@
<li>Sync database structs <code>err = orm.Sync(new(User), new(Article))</code></li>
</ol>
<p>Congratulations! You just get your Xorm running.</p>
<p>Please see <a href="/docs/intro/">Documentation</a> for going further.</p>
<p>Please see <a href="/docs/">Documentation</a> for going further.</p>
{{end}}
</div>
</div>