Skip to content

Commit 8323425

Browse files
committed
Fix broken links
1 parent eaa218b commit 8323425

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const config: Config = {
6464
items: [
6565
{
6666
label: "Sage",
67-
href: "/docs/sage",
67+
href: "/docs",
6868
},
6969
{
7070
label: "Wallet SDK",

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function HomepageHeader() {
1818
</Heading>
1919
<p className="hero__subtitle">{siteConfig.tagline}</p>
2020
<div className={styles.buttons}>
21-
<Link className="button button--secondary button--lg" to="/docs/sage">
21+
<Link className="button button--secondary button--lg" to="/docs">
2222
Get Started
2323
</Link>
2424
</div>

0 commit comments

Comments
 (0)