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: {
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',

View File

@ -2,7 +2,7 @@
// 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
aria-hidden="true"
width="1em"

View File

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