We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e0801 commit a437a19Copy full SHA for a437a19
src/pages/index.js
@@ -27,14 +27,14 @@ function HomepageHeader() {
27
</p>
28
<div className={styles.buttons}>
29
<Link className="button button--secondary button--lg" to={defaultLink}>
30
- Browse the docs
+ Browse the Docs
31
</Link>
32
{/* Add Customer Portal button */}
33
- <Link className="button button--secondary button--lg" to="/customer">
+ <Link className="button button--secondary button--lg" to="/docs/customer">
34
Customer Portal & Training Guide
35
36
{/* Add Partner Certification button */}
37
- <Link className="button button--secondary button--lg" to="/partner">
+ <Link className="button button--secondary button--lg" to="/docs/partner">
38
Partner Certification Guide
39
40
</div>
0 commit comments