summaryrefslogtreecommitdiffstats
path: root/docs/content/doc/installation/from-source.zh-cn.md
diff options
context:
space:
mode:
authorXinyu Zhou <i@sourcehut.net>2022-11-05 05:55:25 +0800
committerGitHub <noreply@github.com>2022-11-04 17:55:25 -0400
commit20da666d6dec25e514f322249cb3f94d10801253 (patch)
tree84ebd3b5f5ff68ac4a67edd0b49dca1547d1125d /docs/content/doc/installation/from-source.zh-cn.md
parente3a7f15791db3c98bb80136a133748223fc26e05 (diff)
downloadgitea-20da666d6dec25e514f322249cb3f94d10801253.tar.gz
gitea-20da666d6dec25e514f322249cb3f94d10801253.zip
Fix docs relref (#21685)
reslove https://github.com/go-gitea/gitea/issues/21627#issuecomment-1303678781
Diffstat (limited to 'docs/content/doc/installation/from-source.zh-cn.md')
-rw-r--r--docs/content/doc/installation/from-source.zh-cn.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/installation/from-source.zh-cn.md b/docs/content/doc/installation/from-source.zh-cn.md
index 659c992346..8d6ad1c8c5 100644
--- a/docs/content/doc/installation/from-source.zh-cn.md
+++ b/docs/content/doc/installation/from-source.zh-cn.md
@@ -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)
可以用来使编译过程更方便。