From ae50efb30e5b6fb75f54fef51f76e8155c7254b8 Mon Sep 17 00:00:00 2001 From: Kevin Nielsen Date: Mon, 18 Dec 2023 10:11:04 +0100 Subject: [PATCH] [Documentation] Fix broken links (#24) * chore: fix sidebar links * chore: fix broken links --- docs/astro.config.mjs | 4 ++-- docs/src/content/docs/contribution/contributing.md | 2 +- docs/src/content/docs/index.mdx | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 159f019..8a3d345 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -16,8 +16,8 @@ export default defineConfig({ label: "Guides", items: [ // Each item here is one entry in the navigation menu. - { label: "Usage", link: "/go-fast-cdn/guides/usage/" }, - { label: "Hosting", link: "/go-fast-cdn/guides/hosting/" }, + { label: "Usage", link: "/guides/usage/" }, + { label: "Hosting", link: "/guides/hosting/" }, ], }, { diff --git a/docs/src/content/docs/contribution/contributing.md b/docs/src/content/docs/contribution/contributing.md index 1bf2bef..9b3de7a 100644 --- a/docs/src/content/docs/contribution/contributing.md +++ b/docs/src/content/docs/contribution/contributing.md @@ -11,7 +11,7 @@ If that is not possible, you can still help by contributing to the [Documentatio If you want to report a bug or request a feature, you can go ahead and create a new issue on GitHub, where a template is laid out, and encouraged to be used. If you want to fix a bug or implement a new feature, go ahead and open a pull request with your suggestion. -Please read the [Development Guide](/contribution/development) to learn more about how to develop on this project. +Please read the [Development Guide](/go-fast-cdn/contribution/development) to learn more about how to develop on this project. ## Documentation diff --git a/docs/src/content/docs/index.mdx b/docs/src/content/docs/index.mdx index bfd8733..ec372f3 100644 --- a/docs/src/content/docs/index.mdx +++ b/docs/src/content/docs/index.mdx @@ -33,7 +33,7 @@ import { Card, CardGrid } from "@astrojs/starlight/components"; free in a docker container. - [Contribute](/contribution/contributing) to this project. All help is - welcome - Translation, bug fixing, testing, enhancements etc. + [Contribute](/go-fast-cdn/contribution/contributing) to this project. All + help is welcome - Translation, bug fixing, testing, enhancements etc.