Skip to content

Commit a437a19

Browse files
committed
Added buttons at top of Home page.
1 parent 89e0801 commit a437a19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ function HomepageHeader() {
2727
</p>
2828
<div className={styles.buttons}>
2929
<Link className="button button--secondary button--lg" to={defaultLink}>
30-
Browse the docs
30+
Browse the Docs
3131
</Link>
3232
{/* Add Customer Portal button */}
33-
<Link className="button button--secondary button--lg" to="/customer">
33+
<Link className="button button--secondary button--lg" to="/docs/customer">
3434
Customer Portal & Training Guide
3535
</Link>
3636
{/* Add Partner Certification button */}
37-
<Link className="button button--secondary button--lg" to="/partner">
37+
<Link className="button button--secondary button--lg" to="/docs/partner">
3838
Partner Certification Guide
3939
</Link>
4040
</div>

0 commit comments

Comments
 (0)