Fix source links: point to git.supported.systems instead of GitHub

This commit is contained in:
Ryan Malloy 2026-02-24 11:02:54 -07:00
parent 7d48398551
commit b3f11052a8
3 changed files with 4 additions and 4 deletions

View File

@ -57,7 +57,7 @@ export default defineConfig({
}, },
], ],
editLink: { editLink: {
baseUrl: 'https://github.com/rpm/gr-apollo/edit/main/docs/', baseUrl: 'https://git.supported.systems/warehack.ing/gr-apollo/_edit/main/docs/',
}, },
components: { components: {
Head: './src/components/Head.astro', Head: './src/components/Head.astro',

View File

@ -2,7 +2,7 @@
// Generic Git icon replacing Starlight's GitHub-specific social icon // Generic Git icon replacing Starlight's GitHub-specific social icon
--- ---
<a href="https://github.com/rpm/gr-apollo" rel="me" class="sl-flex git-link" aria-label="Source code"> <a href="https://git.supported.systems/warehack.ing/gr-apollo" rel="me" class="sl-flex git-link" aria-label="Source code">
<svg <svg
aria-hidden="true" aria-hidden="true"
width="1em" width="1em"

View File

@ -9,8 +9,8 @@ hero:
link: /getting-started/introduction/ link: /getting-started/introduction/
icon: right-arrow icon: right-arrow
variant: primary variant: primary
- text: View on GitHub - text: View Source
link: https://github.com/rpm/gr-apollo link: https://git.supported.systems/warehack.ing/gr-apollo
icon: external icon: external
--- ---