1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Fix docs relref (#21685)

reslove
https://github.com/go-gitea/gitea/issues/21627#issuecomment-1303678781
This commit is contained in:
Xinyu Zhou
2022-11-05 05:55:25 +08:00
committed by GitHub
parent e3a7f15791
commit 20da666d6d
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ git checkout v{{< version >}}
- `go` {{< min-go-version >}} 或以上版本, 详见[这里](https://golang.google.cn/doc/install)
- `node` {{< min-node-version >}} 或以上版本,并且安装 `npm`, 详见[这里](https://nodejs.org/zh-cn/download/)
- `make`, 详见[这里]({{< relref "doc/developers/hacking-on-gitea.zh-cn.md" >}})</a>
- `make`, 详见[这里]((/zh-cn/hacking-on-gitea/))</a>
各种可用的 [make 任务](https://github.com/go-gitea/gitea/blob/main/Makefile)
可以用来使编译过程更方便。