Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
Startlight broken links detector is picking these up as broken even though they aren't
  • Loading branch information
joshka committed Dec 16, 2024
1 parent 4012edd commit b7e1ccb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ hero:
light: ../../assets/hero-light.png
actions:
- text: Hello World Tutorial
link: /tutorials/hello-world/
link: /tutorials/hello-world
icon: right-arrow
variant: primary
- text: cargo add ratatui
link: /installation/
link: /installation
icon: right-arrow
variant: secondary
banner:
Expand Down Expand Up @@ -61,8 +61,8 @@ import { Card, CardGrid } from "@astrojs/starlight/components";
Get started with Ratatui by following the [installation guide]. If you're already set up, you
can jump straight into the [Hello World tutorial].

[installation guide]: /installation/
[Hello World tutorial]: /tutorials/hello-world/
[installation guide]: installation/
[Hello World tutorial]: tutorials/hello-world/
</p>

</div>
Expand All @@ -72,9 +72,9 @@ import { Card, CardGrid } from "@astrojs/starlight/components";
Check out the [community showcase] to see the [apps] and [widgets] that have been built using
Ratatui.

[community showcase]: /showcase/
[apps]: /showcase/apps/
[widgets]: /showcase/third-party-widgets/
[community showcase]: showcase/
[apps]: showcase/apps/
[widgets]: showcase/third-party-widgets/
</p>

</div>
Expand Down

0 comments on commit b7e1ccb

Please sign in to comment.