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: {
|
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',
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -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
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user