Skip to content

Commit 05cbcc3

Browse files
lunnyGiteaBot
authored andcommitted
Update documents to fix some links (go-gitea#26885)
1 parent 2a18479 commit 05cbcc3

10 files changed

+13
-13
lines changed

docs/content/administration/external-renderers.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ it is just a matter of:
2424
- add some configuration to your `app.ini` file
2525
- restart your Gitea instance
2626

27-
This supports rendering of whole files. If you want to render code blocks in markdown you would need to do something with javascript. See some examples on the [Customizing Gitea](../customizing-gitea) page.
27+
This supports rendering of whole files. If you want to render code blocks in markdown you would need to do something with javascript. See some examples on the [Customizing Gitea](administration/customizing-gitea.md) page.
2828

2929
## Installing external binaries
3030

docs/content/administration/https-support.en-us.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ KEY_FILE = key.pem
3636
```
3737

3838
Note that if your certificate is signed by a third party certificate authority (i.e. not self-signed), then cert.pem should contain the certificate chain. The server certificate must be the first entry in cert.pem, followed by the intermediaries in order (if any). The root certificate does not have to be included because the connecting client must already have it in order to estalbish the trust relationship.
39-
To learn more about the config values, please checkout the [Config Cheat Sheet](../config-cheat-sheet#server-server).
39+
To learn more about the config values, please checkout the [Config Cheat Sheet](administration/config-cheat-sheet.md#server-server).
4040

4141
For the `CERT_FILE` or `KEY_FILE` field, the file path is relative to the `GITEA_CUSTOM` environment variable when it is a relative path. It can be an absolute path as well.
4242

@@ -85,11 +85,11 @@ ACME_DIRECTORY=https
8585
8686
```
8787

88-
To learn more about the config values, please checkout the [Config Cheat Sheet](../config-cheat-sheet#server-server).
88+
To learn more about the config values, please checkout the [Config Cheat Sheet](administration/config-cheat-sheet.md#server-server).
8989

9090
## Using a reverse proxy
9191

92-
Setup up your reverse proxy as shown in the [reverse proxy guide](../reverse-proxies).
92+
Setup up your reverse proxy as shown in the [reverse proxy guide](administration/reverse-proxies.md).
9393

9494
After that, enable HTTPS by following one of these guides:
9595

docs/content/administration/https-support.zh-cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ ACME_DIRECTORY=https
8282
8383
```
8484

85-
要了解关于配置, 请访问 [配置备忘单](../config-cheat-sheet#server-server)获取更多信息
85+
要了解关于配置, 请访问 [配置备忘单](administration/config-cheat-sheet.md#server-server)获取更多信息
8686

8787
## 使用反向代理服务器
8888

89-
按照 [reverse proxy guide](../reverse-proxies) 的规则设置你的反向代理服务器
89+
按照 [reverse proxy guide](administration/reverse-proxies.md) 的规则设置你的反向代理服务器
9090

9191
然后,按照下面的向导启用 HTTPS:
9292

docs/content/usage/labels.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ menu:
2727

2828
标签具有必填的名称和颜色,可选的描述,以及必须是独占的或非独占的(见下面的“作用域标签”)。
2929

30-
当您创建一个仓库时,可以通过使用 `工单标签(Issue Labels)` 选项来选择标签集。该选项列出了一些在您的实例上 [全局配置的可用标签集](../administration/customizing-gitea/#labels)。在创建仓库时,这些标签也将被创建。
30+
当您创建一个仓库时,可以通过使用 `工单标签(Issue Labels)` 选项来选择标签集。该选项列出了一些在您的实例上 [全局配置的可用标签集](administration/customizing-gitea.md#labels)。在创建仓库时,这些标签也将被创建。
3131

3232
## 作用域标签
3333

docs/content/usage/linked-references.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Sometimes a commit or pull request may fix or bring back a problem documented
9494
in a particular issue. Gitea supports closing and reopening the referenced
9595
issues by preceding the reference with a particular _keyword_. Common keywords
9696
include "closes", "fixes", "reopens", etc. This list can be
97-
[customized]({{< ref "doc/administration/config-cheat-sheet.en-us.md" >}}) by the
97+
[customized](administration/config-cheat-sheet.md) by the
9898
site administrator.
9999

100100
Example:

docs/content/usage/linked-references.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ menu:
6666

6767
## 可操作的引用在合并请求和提交消息中
6868

69-
有时,一个提交或合并请求可能会修复或重新出现在某个特定工单中。Gitea 支持在引用之前加上特定的“关键字”来关闭和重新打开被引用的工单。常见的关键字包括“closes”、“fixes”、“reopens”等。这个列表可以由站点管理员进行 [自定义]({{< ref "doc/administration/config-cheat-sheet.zh-cn.md" >}})。
69+
有时,一个提交或合并请求可能会修复或重新出现在某个特定工单中。Gitea 支持在引用之前加上特定的“关键字”来关闭和重新打开被引用的工单。常见的关键字包括“closes”、“fixes”、“reopens”等。这个列表可以由站点管理员进行 [自定义](administration/config-cheat-sheet.md)
7070

7171
示例:
7272

docs/content/usage/multi-factor-authentication.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
date: "2023-08-22T14:21:00+08:00"
3-
title: "Usage: Multi-factor Authentication (MFA)"
3+
title: "Multi-factor Authentication (MFA)"
44
slug: "multi-factor-authentication"
55
weight: 15
66
toc: false

docs/content/usage/pull-request.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ The first value of the list will be used in helpers.
6666

6767
## Pull Request Templates
6868

69-
You can find more information about pull request templates at the page [Issue and Pull Request templates](issue-pull-request-templates).
69+
You can find more information about pull request templates at the page [Issue and Pull Request templates](usage/issue-pull-request-templates.md).

docs/content/usage/pull-request.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ WORK_IN_PROGRESS_PREFIXES=WIP:,[WIP]
3030

3131
## 合并请求模板
3232

33-
有关合并请求模板的更多信息请您移步 : [工单与合并请求模板](issue-pull-request-templates)
33+
有关合并请求模板的更多信息请您移步 : [工单与合并请求模板](usage/issue-pull-request-templates.md)

docs/content/usage/pull-request.zh-tw.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ WORK_IN_PROGRESS_PREFIXES=WIP:,[WIP]
3131

3232
## 合併請求範本
3333

34-
您可以在[問題與合併請求範本](issue-pull-request-templates)找到更多關於合併請求範本的資訊。
34+
您可以在[問題與合併請求範本](usage/issue-pull-request-templates.md)找到更多關於合併請求範本的資訊。

0 commit comments

Comments
 (0)