summaryrefslogtreecommitdiff
path: root/docs/locales/zh/advanced/security
diff options
context:
space:
mode:
authorLibravatar Daenney <daenney@noreply.codeberg.org>2025-04-27 13:36:27 +0200
committerLibravatar Daenney <daenney@noreply.codeberg.org>2025-04-27 13:40:22 +0200
commit93c3c153f0fb88930e37d1d829c1d26f0a4fb4e1 (patch)
tree0e487b1f0d32ac0d45589198fb573b89e48afd8b /docs/locales/zh/advanced/security
parent[chore] add woodpecker ci/cd pipelines (#4061) (diff)
downloadgotosocial-93c3c153f0fb88930e37d1d829c1d26f0a4fb4e1.tar.xz
[chore] Rewrite all remaining Github links
Diffstat (limited to 'docs/locales/zh/advanced/security')
-rw-r--r--docs/locales/zh/advanced/security/sandboxing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/locales/zh/advanced/security/sandboxing.md b/docs/locales/zh/advanced/security/sandboxing.md
index ac4b88723..be7795e95 100644
--- a/docs/locales/zh/advanced/security/sandboxing.md
+++ b/docs/locales/zh/advanced/security/sandboxing.md
@@ -12,7 +12,7 @@
我们提供了一个 GoToSocial 的 AppArmor 示例策略,你可以按以下步骤获取并安装:
```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
```