Skip to content

Commit

Permalink
Fix Links
Browse files Browse the repository at this point in the history
  • Loading branch information
GirlInPurple committed Aug 8, 2024
1 parent acfe4ac commit 39dc0e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ function HomepageFeatures() {
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/intro">
Modding and Internals
to="/docs/mods/jvm/intro">
JVM Modding Intro
</Link>
<Link
className="button button--secondary button--lg"
to="/docs/intro">
to="/docs/api/intro">
1D6 Accounts and Mods API
</Link>
<Link
className="button button--secondary button--lg"
to="/docs/intro">
to="/docs/mods/jvm/script">
Javascript Modding SDK
</Link>
</div><br />
Expand Down

0 comments on commit 39dc0e3

Please sign in to comment.