diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 1a0fe61..09c7cab 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -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/' }, ], }, { diff --git a/docs/src/content/docs/index.mdx b/docs/src/content/docs/index.mdx index 117179d..b38d540 100644 --- a/docs/src/content/docs/index.mdx +++ b/docs/src/content/docs/index.mdx @@ -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