From afb4279d27c700b7e54383f09d693ca5993e7c8a Mon Sep 17 00:00:00 2001 From: tobi Date: Mon, 28 Apr 2025 12:08:51 +0000 Subject: [docs] Move docs links to codeberg (#4074) Update more links from github -> codeberg in the docs. Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4074 Co-authored-by: tobi Co-committed-by: tobi --- docs/locales/zh/getting_started/installation/container.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/locales/zh/getting_started/installation/container.md') diff --git a/docs/locales/zh/getting_started/installation/container.md b/docs/locales/zh/getting_started/installation/container.md index d059a8779..71f8ed40c 100644 --- a/docs/locales/zh/getting_started/installation/container.md +++ b/docs/locales/zh/getting_started/installation/container.md @@ -20,10 +20,10 @@ cd ~/gotosocial ## 获取最新的 docker-compose.yaml -使用 `wget` 下载最新的 [docker-compose.yaml](https://raw.githubusercontent.com/superseriousbusiness/gotosocial/main/example/docker-compose/docker-compose.yaml) 示例,我们将根据需要进行自定义: +使用 `wget` 下载最新的 [docker-compose.yaml](https://codeberg.org/superseriousbusiness/gotosocial/raw/branch/main/example/docker-compose/docker-compose.yaml) 示例,我们将根据需要进行自定义: ```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 ``` ## 编辑 docker-compose.yaml -- cgit v1.3