Skip to content

Commit

Permalink
Merge pull request #2 from paulshen/homebuttons
Browse files Browse the repository at this point in the history
[docs] Fix button links on bottom of home
  • Loading branch information
yungsters committed May 29, 2013
2 parents e20747e + c5b4fe9 commit 5ec4542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ id: home
<hr class="home-divider" />
<section class="home-bottom-section">
<div class="buttons-unit">
<a href="/getting-started.html" class="button">Get Started</a>
<a href="/download.html" class="button">Download React v{{site.react_version}}</a>
<a href="docs/getting-started.html" class="button">Get Started</a>
<a href="downloads.html" class="button">Download React v{{site.react_version}}</a>
</div>
</section>

0 comments on commit 5ec4542

Please sign in to comment.