Change Git links to GitLab.
This commit is contained in:
parent
24dfcaddf1
commit
410c101207
|
@ -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.
|
||||
|
|
2
TOURS.md
2
TOURS.md
|
@ -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).
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue