Skip to content

Commit

Permalink
docs: fix quickstart link in index.html (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
popomore authored Jan 13, 2017
1 parent 32a5df8 commit c05d2b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/themes/egg/layout/index.swig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="banner-logo" id="logo"></div>
<h1>{{ __('index.slogan') }}</h1>
<p class="banner-button">
<a class="btn btn-primary" href="{{ index_link('/intro/') }}">{{ __('index.getstart') }}</a>
<a class="btn btn-primary" href="{{ index_link('/intro/quickstart.html') }}">{{ __('index.getstart') }}</a>
</p>
</div>

Expand Down Expand Up @@ -50,7 +50,7 @@
</ul>
</div>
<p>
<a class="btn btn-primary" href="{{ index_link('/intro/') }}">{{ __('index.readmore') }}</a>
<a class="btn btn-primary" href="{{ index_link('/intro/quickstart.html') }}">{{ __('index.readmore') }}</a>
</p>
</div>
</div>
Expand Down

0 comments on commit c05d2b2

Please sign in to comment.