Skip to content

Commit c8b189e

Browse files
lnntlunny
andauthored
Fix Page Not Found error (#26768)
Co-authored-by: Lunny Xiao <[email protected]>
1 parent a1cec41 commit c8b189e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/installation/from-binary.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ chmod 770 /etc/gitea
117117
- 使用 `gitea generate secret` 创建 `SECRET_KEY``INTERNAL_TOKEN`
118118
- 提供所有必要的密钥
119119
120-
详情参考 [命令行文档](/zh-cn/command-line/) 中有关 `gitea generate secret` 的内容。
120+
详情参考 [命令行文档](administration/command-line.md) 中有关 `gitea generate secret` 的内容。
121121
122122
### 配置 Gitea 工作路径
123123

docs/content/installation/from-source.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ git checkout v@version@
5252

5353
- `go` @minGoVersion@ 或以上版本, 详见[这里](https://golang.google.cn/doc/install)
5454
- `node` @minNodeVersion@ 或以上版本,并且安装 `npm`, 详见[这里](https://nodejs.org/zh-cn/download/)
55-
- `make`, 详见[这里](/zh-cn/hacking-on-gitea/)
55+
- `make`, 详见[这里](development/hacking-on-gitea.md)
5656

5757
各种可用的 [make 任务](https://github.com/go-gitea/gitea/blob/main/Makefile)
5858
可以用来使编译过程更方便。

0 commit comments

Comments
 (0)