diff options
author | Giteabot <teabot@gitea.io> | 2023-11-27 15:36:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 15:36:15 +0800 |
commit | ca5f0c93c69b98833d7fa7ac3e3a044b39f91347 (patch) | |
tree | d5ce36f5e20c8e98e1916ae15f207d23d1eeb407 /docs | |
parent | 196100a07a930f8a8c81570f2156db1792c55850 (diff) | |
download | gitea-ca5f0c93c69b98833d7fa7ac3e3a044b39f91347.tar.gz gitea-ca5f0c93c69b98833d7fa7ac3e3a044b39f91347.zip |
Fix links in docs (#28234) (#28238)
Backport #28234 by @yp05327
Follow #28191
Changes:
- `(doc/administration/config-cheat-sheet.md` is incorrect:
![image](https://github.com/go-gitea/gitea/assets/18380374/1c417dd7-61a0-49ba-8d50-871fd4c9bf20)
- remove `../../`
Co-authored-by: yp05327 <576951401@qq.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/administration/email-setup.zh-cn.md | 2 | ||||
-rw-r--r-- | docs/content/usage/actions/act-runner.en-us.md | 2 | ||||
-rw-r--r-- | docs/content/usage/actions/act-runner.zh-cn.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/administration/email-setup.zh-cn.md b/docs/content/administration/email-setup.zh-cn.md index cbcf8015b5..2e670be85b 100644 --- a/docs/content/administration/email-setup.zh-cn.md +++ b/docs/content/administration/email-setup.zh-cn.md @@ -55,7 +55,7 @@ PASSWD = `password` 要发送测试邮件以验证设置,请转到 Gitea > 站点管理 > 配置 > SMTP 邮件配置。 -有关所有选项的完整列表,请查看[配置速查表](doc/administration/config-cheat-sheet.md)。 +有关所有选项的完整列表,请查看[配置速查表](administration/config-cheat-sheet.md)。 请注意:只有在使用 TLS 或 `HOST=localhost` 加密 SMTP 服务器通信时才支持身份验证。TLS 加密可以通过以下方式进行: diff --git a/docs/content/usage/actions/act-runner.en-us.md b/docs/content/usage/actions/act-runner.en-us.md index 9e030b0c35..3fad9cbfe8 100644 --- a/docs/content/usage/actions/act-runner.en-us.md +++ b/docs/content/usage/actions/act-runner.en-us.md @@ -114,7 +114,7 @@ If you cannot see the settings page, please make sure that you have the right pe The format of the registration token is a random string `D0gvfu2iHfUjNqCYVljVyRV14fISpJxxxxxxxxxx`. -A registration token can also be obtained from the gitea [command-line interface](../../administration/command-line.md#actions-generate-runner-token): +A registration token can also be obtained from the gitea [command-line interface](administration/command-line.md#actions-generate-runner-token): ``` gitea --config /etc/gitea/app.ini actions generate-runner-token diff --git a/docs/content/usage/actions/act-runner.zh-cn.md b/docs/content/usage/actions/act-runner.zh-cn.md index a850b198f9..98e3008dd7 100644 --- a/docs/content/usage/actions/act-runner.zh-cn.md +++ b/docs/content/usage/actions/act-runner.zh-cn.md @@ -113,7 +113,7 @@ Runner级别决定了从哪里获取注册令牌。 注册令牌的格式是一个随机字符串 `D0gvfu2iHfUjNqCYVljVyRV14fISpJxxxxxxxxxx`。 -注册令牌也可以通过 Gitea 的 [命令行](../../administration/command-line.md#actions-generate-runner-token) 获得: +注册令牌也可以通过 Gitea 的 [命令行](administration/command-line.md#actions-generate-runner-token) 获得: ### 注册Runner |