From 9cabf76a09cd9b73bccd66e8704638946f352e30 Mon Sep 17 00:00:00 2001
From: Giteabot <teabot@gitea.io>
Date: Sun, 28 May 2023 21:51:53 -0400
Subject: [PATCH] simple docs fixes: 'pull request' page (en-us & zh-tw) link
 path to 'issue-pull-request-templates' (#24961) (#24970)

Backport #24961 by @jonkeim

Co-authored-by: Jon Keim <jon@windless.org>
Co-authored-by: silverwind <me@silverwind.io>
(cherry picked from commit 9da84a36ebded41aa77943c3e4e3ce9ab50b2423)
---
 docs/content/doc/usage/pull-request.en-us.md | 2 +-
 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 713cfa2617..204a138afd 100644
--- a/docs/content/doc/usage/pull-request.en-us.md
+++ b/docs/content/doc/usage/pull-request.en-us.md
@@ -28,4 +28,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 ee09e1893b..f8b2239c1e 100644
--- a/docs/content/doc/usage/pull-request.zh-tw.md
+++ b/docs/content/doc/usage/pull-request.zh-tw.md
@@ -29,4 +29,4 @@ WORK_IN_PROGRESS_PREFIXES=WIP:,[WIP]
 
 ## 合併請求範本
 
-您可以在[問題與合併請求範本](../issue-pull-request-templates)找到更多關於合併請求範本的資訊。
+您可以在[問題與合併請求範本](issue-pull-request-templates)找到更多關於合併請求範本的資訊。