Fix source links: point to git.supported.systems instead of GitHub
This commit is contained in:
parent
7d48398551
commit
b3f11052a8
@ -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',
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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
|
||||
---
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user