aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/doc/usage
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/usage
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/usage')
-rw-r--r--docs/content/doc/usage/push.zh-tw.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/usage/push.zh-tw.md b/docs/content/doc/usage/push.zh-tw.md
index 7647b6b029..5fe5052c11 100644
--- a/docs/content/doc/usage/push.zh-tw.md
+++ b/docs/content/doc/usage/push.zh-tw.md
@@ -54,7 +54,7 @@ Push to create is a feature that allows you to push to a repository that does no
## Enabling Push To Create
-In the `app.ini` file, set `ENABLE_PUSH_CREATE_USER` to `true` and `ENABLE_PUSH_CREATE_ORG` to `true` if you want to allow users to create repositories in their own user account and in organizations they are a member of respectively. Restart Gitea for the changes to take effect. You can read more about these two options in the [Configuration Cheat Sheet]({{ < relref "doc/administration/config-cheat-sheet.zh-tw.md#repository-repository" > }}).
+In the `app.ini` file, set `ENABLE_PUSH_CREATE_USER` to `true` and `ENABLE_PUSH_CREATE_ORG` to `true` if you want to allow users to create repositories in their own user account and in organizations they are a member of respectively. Restart Gitea for the changes to take effect. You can read more about these two options in the [Configuration Cheat Sheet]({{< relref "doc/administration/config-cheat-sheet.zh-tw.md#repository-repository" >}}).
## Using Push To Create