diff options
author | yp05327 <576951401@qq.com> | 2023-12-12 17:36:24 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-12 16:36:24 +0800 |
commit | 1dc22029d78e43b81718b2f372ff697a7d9ad391 (patch) | |
tree | 7c59732ee8d6d4fb7cd1b845c841ec6964c9810d | |
parent | 4ff7ac6421833f2f7d7a4eb39925da631e89d3b6 (diff) | |
download | gitea-release/v1.19.tar.gz gitea-release/v1.19.zip |
Fix docs links in v1.19 (#28431)release/v1.19
I'm sorry for the mistake in #28415
![image](https://github.com/go-gitea/gitea/assets/18380374/792eb1fa-7df7-4f13-a04b-4b705554b653)
https://gitea.com/gitea/gitea-docusaurus/actions/runs/764#jobstep-9-69
ps: it is `../administration/customizing-gitea/#labels` in current
version. Which is better?
-rw-r--r-- | docs/content/usage/labels.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/usage/labels.en-us.md b/docs/content/usage/labels.en-us.md index b8e3952039..609f7e88b1 100644 --- a/docs/content/usage/labels.en-us.md +++ b/docs/content/usage/labels.en-us.md @@ -25,7 +25,7 @@ For organizations, you can define organization-wide labels that are shared with Labels have a mandatory name, a mandatory color, an optional description, and must either be exclusive or not (see `Scoped Labels` below). -When you create a repository, you can ensure certain labels exist by using the `Issue Labels` option. This option lists a number of available label sets that are [configured globally on your instance](administration/customizing-gitea.md/#labels). Its contained labels will all be created as well while creating the repository. +When you create a repository, you can ensure certain labels exist by using the `Issue Labels` option. This option lists a number of available label sets that are [configured globally on your instance](administration/customizing-gitea.md#labels). Its contained labels will all be created as well while creating the repository. ## Scoped Labels |