We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601dbbc commit b08416aCopy full SHA for b08416a
src/content/docs/index.mdx
@@ -14,7 +14,7 @@ hero:
14
file: ../../assets/icon.png
15
actions:
16
- text: Get Started
17
- link: /start/getting_started
+ link: /docs/start/getting_started
18
icon: right-arrow
19
- text: View on GitHub
20
link: https://github.com/ferrumc-rs/ferrumc
@@ -37,6 +37,6 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
37
We have builtin support for Rust and basic JVM-based plugins.
38
</Card>
39
<Card title="Read the docs" icon="open-book">
40
- Learn more in [the FerrumC Docs](/start/getting_started).
+ Learn more in [the FerrumC Docs](/docs/start/getting_started).
41
42
</CardGrid>
0 commit comments