aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/doc/development
diff options
context:
space:
mode:
authorJason Song <i@wolfogre.com>2023-05-10 20:34:16 +0800
committerGitHub <noreply@github.com>2023-05-10 12:34:16 +0000
commit84033cee868b760cc84cae7dbcc969d0a77de060 (patch)
treea484d5ee65eb1bd44e7536372e85f05126b733d4 /docs/content/doc/development
parent2d0ff00823bf92ee32df107416fd30010638f21d (diff)
downloadgitea-84033cee868b760cc84cae7dbcc969d0a77de060.tar.gz
gitea-84033cee868b760cc84cae7dbcc969d0a77de060.zip
Fix broken links in documents (#24630)
Before: <img width="837" alt="image" src="https://github.com/go-gitea/gitea/assets/9418365/90c1c484-2d8d-4a57-8e86-2f4df0e7fbba"> After: <img width="822" alt="image" src="https://github.com/go-gitea/gitea/assets/9418365/e27f6b63-9e7b-4894-b315-7be0cfebe8ca">
Diffstat (limited to 'docs/content/doc/development')
-rw-r--r--docs/content/doc/development/hacking-on-gitea.zh-cn.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/development/hacking-on-gitea.zh-cn.md b/docs/content/doc/development/hacking-on-gitea.zh-cn.md
index 3a4078dfdb..6a18777ed6 100644
--- a/docs/content/doc/development/hacking-on-gitea.zh-cn.md
+++ b/docs/content/doc/development/hacking-on-gitea.zh-cn.md
@@ -168,7 +168,7 @@ make lint-backend
### 处理 JS 和 CSS
-前端开发应遵循 [Guidelines for Frontend Development]({{ < 相关参考 "doc/development/guidelines-frontend.en-us.md" > }})
+前端开发应遵循 [Guidelines for Frontend Development]({{< relref "doc/contributing/guidelines-frontend.zh-cn.md" >}})。
要使用前端资源构建,请使用上面提到的“watch-frontend”目标或只构建一次: