From b3f11052a8640849d332e14a2ec21ee0b35c84bc Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Tue, 24 Feb 2026 11:02:54 -0700 Subject: [PATCH] Fix source links: point to git.supported.systems instead of GitHub --- docs/astro.config.mjs | 2 +- docs/src/components/SocialIcons.astro | 2 +- docs/src/content/docs/index.mdx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index f6d7c0d..96f27da 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -57,7 +57,7 @@ export default defineConfig({ }, ], editLink: { - baseUrl: 'https://github.com/rpm/gr-apollo/edit/main/docs/', + baseUrl: 'https://git.supported.systems/warehack.ing/gr-apollo/_edit/main/docs/', }, components: { Head: './src/components/Head.astro', diff --git a/docs/src/components/SocialIcons.astro b/docs/src/components/SocialIcons.astro index 161d0a9..d189ece 100644 --- a/docs/src/components/SocialIcons.astro +++ b/docs/src/components/SocialIcons.astro @@ -2,7 +2,7 @@ // Generic Git icon replacing Starlight's GitHub-specific social icon --- - +