Skip to content

Commit

Permalink
Merge pull request #685 from support-project/fix/issue684_toppage_link
Browse files Browse the repository at this point in the history
#684 Fix a link on top page
  • Loading branch information
koda-masaru authored Mar 26, 2017
2 parents 545aea0 + d9c0401 commit a8e4b16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ <h1><span><i class="fa fa-book"></i>&nbsp;Knowledge</span></h1>
<h2><span>Free Knowledge Base System</span></h2>
<br/>
<a id="showlist" class="btn btn-lg get-start" role="button"
href="/knowledge/open.knowledge/list">
href="open.knowledge/list">
Get Started!
</a>
<br/><br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ <h1><span><i class="fa fa-book"></i>&nbsp;Knowledge</span></h1>
<h2><span>Free Knowledge Base System</span></h2>
<br/>
<a id="showlist" class="btn btn-lg get-start" role="button"
href="/knowledge/open.knowledge/list">
href="open.knowledge/list">
Get Started!
</a>
<br/><br/>
Expand Down

0 comments on commit a8e4b16

Please sign in to comment.