diff options
author | Jon Keim <jon@windless.org> | 2023-05-28 04:47:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-28 10:47:05 +0200 |
commit | 1fa50f323ad538b86922b7bd549068b716c1b3e9 (patch) | |
tree | d064114a23436a307b984ad98126d734cc0cb670 /docs/content/doc/usage | |
parent | fe67390da500aa1e9dfa8826be46358ad581b32e (diff) | |
download | gitea-1fa50f323ad538b86922b7bd549068b716c1b3e9.tar.gz gitea-1fa50f323ad538b86922b7bd549068b716c1b3e9.zip |
simple docs fixes: 'pull request' page (en-us & zh-tw) link path to 'issue-pull-request-templates' (#24961)
Co-authored-by: silverwind <me@silverwind.io>
Diffstat (limited to 'docs/content/doc/usage')
-rw-r--r-- | docs/content/doc/usage/pull-request.en-us.md | 2 | ||||
-rw-r--r-- | docs/content/doc/usage/pull-request.zh-tw.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/doc/usage/pull-request.en-us.md b/docs/content/doc/usage/pull-request.en-us.md index feb8f848c9..f9f4b38555 100644 --- a/docs/content/doc/usage/pull-request.en-us.md +++ b/docs/content/doc/usage/pull-request.en-us.md @@ -66,4 +66,4 @@ The first value of the list will be used in helpers. ## Pull Request Templates -You can find more information about pull request templates at the page [Issue and Pull Request templates](../issue-pull-request-templates). +You can find more information about pull request templates at the page [Issue and Pull Request templates](issue-pull-request-templates). diff --git a/docs/content/doc/usage/pull-request.zh-tw.md b/docs/content/doc/usage/pull-request.zh-tw.md index 54cd178321..9bbfa87863 100644 --- a/docs/content/doc/usage/pull-request.zh-tw.md +++ b/docs/content/doc/usage/pull-request.zh-tw.md @@ -31,4 +31,4 @@ WORK_IN_PROGRESS_PREFIXES=WIP:,[WIP] ## 合併請求範本 -您可以在[問題與合併請求範本](../issue-pull-request-templates)找到更多關於合併請求範本的資訊。 +您可以在[問題與合併請求範本](issue-pull-request-templates)找到更多關於合併請求範本的資訊。 |