diff options
Diffstat (limited to 'docs/advanced')
| -rw-r--r-- | docs/advanced/security/sandboxing.md | 2 | ||||
| -rw-r--r-- | docs/advanced/sqlite-networked-storage.md | 2 | ||||
| -rw-r--r-- | docs/advanced/tracing.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/advanced/security/sandboxing.md b/docs/advanced/security/sandboxing.md index 41b9f2eb3..72c1d116e 100644 --- a/docs/advanced/security/sandboxing.md +++ b/docs/advanced/security/sandboxing.md @@ -18,7 +18,7 @@ Different distributions have different sandboxing mechanisms they prefer and sup We ship an example AppArmor policy for GoToSocial, which you can retrieve and install as follows: ```sh -$ curl -LO 'https://github.com/superseriousbusiness/gotosocial/raw/main/example/apparmor/gotosocial' +$ curl -LO 'https://codeberg.org/superseriousbusiness/gotosocial/raw/main/example/apparmor/gotosocial' $ sudo install -o root -g root gotosocial /etc/apparmor.d/gotosocial $ sudo apparmor_parser -Kr /etc/apparmor.d/gotosocial ``` diff --git a/docs/advanced/sqlite-networked-storage.md b/docs/advanced/sqlite-networked-storage.md index 77858752b..d880594ac 100644 --- a/docs/advanced/sqlite-networked-storage.md +++ b/docs/advanced/sqlite-networked-storage.md @@ -32,4 +32,4 @@ You'll need to update the following settings: * `db-sqlite-journal-mode` * `db-sqlite-synchronous` -We don't provide any recommendations as this will vary based on the solution you're using. See [this issue](https://github.com/superseriousbusiness/gotosocial/issues/3360#issuecomment-2380332027) for what you could potentially set those values to. +We don't provide any recommendations as this will vary based on the solution you're using. See [this issue](https://codeberg.org/superseriousbusiness/gotosocial/issues/3360#issuecomment-2380332027) for what you could potentially set those values to. diff --git a/docs/advanced/tracing.md b/docs/advanced/tracing.md index c06b449c3..4e6dea2c7 100644 --- a/docs/advanced/tracing.md +++ b/docs/advanced/tracing.md @@ -19,7 +19,7 @@ tracing-insecure-transport: true [obs]: ../configuration/observability.md [tempo]: https://grafana.com/oss/tempo/ [grafana]: https://grafana.com/oss/grafana/ -[ext]: https://github.com/superseriousbusiness/gotosocial/tree/main/example/tracing +[ext]: https://codeberg.org/superseriousbusiness/gotosocial/tree/main/example/tracing ## Querying and visualising traces |
