From 4effa92589215d35790f6b70f1bacabdc0295bc3 Mon Sep 17 00:00:00 2001 From: xpume <770954908@qq.com> Date: Mon, 28 Aug 2023 15:17:14 +0800 Subject: [PATCH 1/3] Fix Page Not Found error --- docs/content/installation/from-source.zh-cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/installation/from-source.zh-cn.md b/docs/content/installation/from-source.zh-cn.md index 40c04ace80215..17809ad482ac7 100644 --- a/docs/content/installation/from-source.zh-cn.md +++ b/docs/content/installation/from-source.zh-cn.md @@ -52,7 +52,7 @@ git checkout v@version@ - `go` @minGoVersion@ 或以上版本, 详见[这里](https://golang.google.cn/doc/install) - `node` @minNodeVersion@ 或以上版本,并且安装 `npm`, 详见[这里](https://nodejs.org/zh-cn/download/) -- `make`, 详见[这里](/zh-cn/hacking-on-gitea/) +- `make`, 详见[这里](/zh-cn/development/hacking-on-gitea/) 各种可用的 [make 任务](https://github.com/go-gitea/gitea/blob/main/Makefile) 可以用来使编译过程更方便。 From 3595d6bc5ba4468f17926b31db7291411a789e13 Mon Sep 17 00:00:00 2001 From: xpume <770954908@qq.com> Date: Mon, 28 Aug 2023 15:32:01 +0800 Subject: [PATCH 2/3] Fix 404 error with markdown source file Co-authored-by: Lunny Xiao --- docs/content/installation/from-source.zh-cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/installation/from-source.zh-cn.md b/docs/content/installation/from-source.zh-cn.md index 17809ad482ac7..3f13746ff195e 100644 --- a/docs/content/installation/from-source.zh-cn.md +++ b/docs/content/installation/from-source.zh-cn.md @@ -52,7 +52,7 @@ git checkout v@version@ - `go` @minGoVersion@ 或以上版本, 详见[这里](https://golang.google.cn/doc/install) - `node` @minNodeVersion@ 或以上版本,并且安装 `npm`, 详见[这里](https://nodejs.org/zh-cn/download/) -- `make`, 详见[这里](/zh-cn/development/hacking-on-gitea/) +- `make`, 详见[这里](development/hacking-on-gitea.md) 各种可用的 [make 任务](https://github.com/go-gitea/gitea/blob/main/Makefile) 可以用来使编译过程更方便。 From acdff9b620462b2b1a6d141e5290d48d01ac7963 Mon Sep 17 00:00:00 2001 From: xpume <770954908@qq.com> Date: Mon, 28 Aug 2023 17:45:22 +0800 Subject: [PATCH 3/3] Fix Page Not Found error --- docs/content/installation/from-binary.zh-cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/installation/from-binary.zh-cn.md b/docs/content/installation/from-binary.zh-cn.md index a5f54756ed7bd..a456aa282627b 100644 --- a/docs/content/installation/from-binary.zh-cn.md +++ b/docs/content/installation/from-binary.zh-cn.md @@ -117,7 +117,7 @@ chmod 770 /etc/gitea - 使用 `gitea generate secret` 创建 `SECRET_KEY` 和 `INTERNAL_TOKEN` - 提供所有必要的密钥 -详情参考 [命令行文档](/zh-cn/command-line/) 中有关 `gitea generate secret` 的内容。 +详情参考 [命令行文档](administration/command-line.md) 中有关 `gitea generate secret` 的内容。 ### 配置 Gitea 工作路径