Skip to content

Commit 5ec4542

Browse files
committed
Merge pull request #2 from paulshen/homebuttons
[docs] Fix button links on bottom of home
2 parents e20747e + c5b4fe9 commit 5ec4542

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ id: home
7878
<hr class="home-divider" />
7979
<section class="home-bottom-section">
8080
<div class="buttons-unit">
81-
<a href="/getting-started.html" class="button">Get Started</a>
82-
<a href="/download.html" class="button">Download React v{{site.react_version}}</a>
81+
<a href="docs/getting-started.html" class="button">Get Started</a>
82+
<a href="downloads.html" class="button">Download React v{{site.react_version}}</a>
8383
</div>
8484
</section>

0 commit comments

Comments
 (0)