Skip to content

Commit

Permalink
link fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kolloch committed Jan 13, 2024
1 parent f6a30aa commit 13bd066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default defineConfig({
label: 'Guides',
items: [
// Each item here is one entry in the navigation menu.
{ label: 'Example Guide', link: '/astro-starlight-with-nix/guides/example/' },
{ label: 'Example Guide', link: '/guides/example/' },
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hero:
file: ../../assets/houston.webp
actions:
- text: Example Guide
link: /guides/example/
link: /astro-starlight-with-nix/guides/example/
icon: right-arrow
variant: primary
- text: Read the Starlight docs
Expand Down

0 comments on commit 13bd066

Please sign in to comment.