diff --git a/astro.config.mjs b/astro.config.mjs index 7ac890f..65c88f7 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -18,7 +18,7 @@ export default defineConfig({ label: "Guides", items: [ // Each item here is one entry in the navigation menu. - { label: "Get Started", slug: "guides/get-started" }, + { label: "Get Started", slug: "guides/getting-started" }, ], }, { diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index 1fbd0ab..44f570c 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -8,7 +8,7 @@ hero: # file: ../../assets/houston.webp actions: - text: Get Started - link: /guides/get-started/ + link: /guides/getting-started/ icon: right-arrow - text: About the Author link: https://ayo.ayco.io/about