Merge pull request #2 from paulshen/homebuttons

[docs] Fix button links on bottom of home
This commit is contained in:
Timothy Yung
2013-05-29 13:32:22 -07:00

View File

@@ -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>