Skip to content

Commit b08416a

Browse files
Skullians0xnim
andcommitted
Fix getting started links
Co-Authored-By: Niklas Wojtkowiak <[email protected]>
1 parent 601dbbc commit b08416a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/index.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ hero:
1414
file: ../../assets/icon.png
1515
actions:
1616
- text: Get Started
17-
link: /start/getting_started
17+
link: /docs/start/getting_started
1818
icon: right-arrow
1919
- text: View on GitHub
2020
link: https://github.com/ferrumc-rs/ferrumc
@@ -37,6 +37,6 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
3737
We have builtin support for Rust and basic JVM-based plugins.
3838
</Card>
3939
<Card title="Read the docs" icon="open-book">
40-
Learn more in [the FerrumC Docs](/start/getting_started).
40+
Learn more in [the FerrumC Docs](/docs/start/getting_started).
4141
</Card>
4242
</CardGrid>

0 commit comments

Comments
 (0)