1
Fork 0

Change Git links to GitLab.

This commit is contained in:
Bauke 2023-07-23 11:59:33 +02:00
parent 24dfcaddf1
commit 410c101207
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
3 changed files with 4 additions and 4 deletions

View File

@ -11,4 +11,4 @@
## License
Distributed under the [AGPL-3.0-or-later](https://spdx.org/licenses/AGPL-3.0-or-later.html) license, see [LICENSE](https://git.bauke.xyz/tildes-community/tildes-shepherd/src/branch/main/LICENSE) for more information.
Distributed under the [AGPL-3.0-or-later](https://spdx.org/licenses/AGPL-3.0-or-later.html) license, see [LICENSE](https://gitlab.com/tildes-community/tildes-shepherd/-/blob/main/LICENSE) for more information.

View File

@ -8,4 +8,4 @@ Draw it in GIMP, sketch it on paper and take a picture, as long as you can show
## Completion Status
You can find a progress tracker [in this issue](https://git.bauke.xyz/tildes-community/tildes-shepherd/issues/4).
You can find a progress tracker [in this issue](https://gitlab.com/tildes-community/tildes-shepherd/-/issues/1).

View File

@ -10,7 +10,7 @@ export class PageFooter extends Component {
©{" "}
<a
target="_blank"
href="https://git.bauke.xyz/tildes-community/tildes-shepherd/src/branch/main/LICENSE"
href="https://gitlab.com/tildes-community/tildes-shepherd/-/blob/main/LICENSE"
>
AGPL-3.0-or-later
</a>
@ -26,7 +26,7 @@ export class PageFooter extends Component {
const version = (
<a
target="_blank"
href={`https://git.bauke.xyz/tildes-community/tildes-shepherd/releases/tag/${manifest.version}`}
href={`https://gitlab.com/tildes-community/tildes-shepherd/-/releases/${manifest.version}`}
>
v{manifest.version}
</a>