summaryrefslogtreecommitdiff
path: root/docs/getting_started/installation
diff options
context:
space:
mode:
Diffstat (limited to 'docs/getting_started/installation')
-rw-r--r--docs/getting_started/installation/container.md4
-rw-r--r--docs/getting_started/installation/metal.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/getting_started/installation/container.md b/docs/getting_started/installation/container.md
index a7682b04d..dc9225437 100644
--- a/docs/getting_started/installation/container.md
+++ b/docs/getting_started/installation/container.md
@@ -20,10 +20,10 @@ cd ~/gotosocial
## Get the latest docker-compose.yaml
-Use `wget` to download the latest [docker-compose.yaml](https://raw.githubusercontent.com/superseriousbusiness/gotosocial/main/example/docker-compose/docker-compose.yaml) example, which we'll customize for our needs:
+Use `wget` to download the latest [docker-compose.yaml](https://codeberg.org/superseriousbusiness/gotosocial/raw/branch/main/example/docker-compose/docker-compose.yaml) example, which we'll customize for our needs:
```bash
-wget https://raw.githubusercontent.com/superseriousbusiness/gotosocial/main/example/docker-compose/docker-compose.yaml
+wget https://codeberg.org/superseriousbusiness/gotosocial/raw/branch/main/example/docker-compose/docker-compose.yaml
```
## Edit the docker-compose.yaml
diff --git a/docs/getting_started/installation/metal.md b/docs/getting_started/installation/metal.md
index ef33e2d0e..093f0e678 100644
--- a/docs/getting_started/installation/metal.md
+++ b/docs/getting_started/installation/metal.md
@@ -123,7 +123,7 @@ Then make them the owner of your GoToSocial installation since they will need to
sudo chown -R gotosocial:gotosocial /gotosocial
```
-You can find a `gotosocial.service` file in the `example` folder on [github](https://raw.githubusercontent.com/superseriousbusiness/gotosocial/main/example/gotosocial.service) or your installation.
+You can find a `gotosocial.service` file in the `example` folder on [our repository](https://codeberg.org/superseriousbusiness/gotosocial/raw/branch/main/example/gotosocial.service) or your installation.
Copy it to `/etc/systemd/system/gotosocial.service`: