Skip to content

Commit

Permalink
fix: links
Browse files Browse the repository at this point in the history
  • Loading branch information
ido-pluto committed Nov 21, 2023
1 parent bf25e8c commit e655043
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 @@ -11,7 +11,7 @@ hero:
file: ../../assets/logo.png
actions:
- text: Get started
link: http://localhost:4321/guides/forms/
link: guides/forms/
icon: right-arrow
variant: primary
- text: View on GitHub
Expand All @@ -38,7 +38,7 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
<Card title="Read the docs" icon="open-book">
Easy to use, and easy to extend, Astro Utils is a great way to get started with Astro.

Learn more in [Get started guild](http://localhost:4321/guides/forms/).
Learn more in [Get started guild](guides/forms/).

</Card>
</CardGrid>

0 comments on commit e655043

Please sign in to comment.