Skip to content

Commit

Permalink
Fix getting started links
Browse files Browse the repository at this point in the history
Co-Authored-By: Niklas Wojtkowiak <[email protected]>
  • Loading branch information
Skullians and 0xnim committed Nov 9, 2024
1 parent 601dbbc commit b08416a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ hero:
file: ../../assets/icon.png
actions:
- text: Get Started
link: /start/getting_started
link: /docs/start/getting_started
icon: right-arrow
- text: View on GitHub
link: https://github.com/ferrumc-rs/ferrumc
Expand All @@ -37,6 +37,6 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
We have builtin support for Rust and basic JVM-based plugins.
</Card>
<Card title="Read the docs" icon="open-book">
Learn more in [the FerrumC Docs](/start/getting_started).
Learn more in [the FerrumC Docs](/docs/start/getting_started).
</Card>
</CardGrid>

0 comments on commit b08416a

Please sign in to comment.