diff options
author | yp05327 <576951401@qq.com> | 2023-11-27 14:34:40 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 00:34:40 -0500 |
commit | 0a0e8200ec149aea5056c4962288116f1e7d9fd7 (patch) | |
tree | 124523b543d4fb56272620de2021a86c0718dd6b /docs/content/usage | |
parent | 763938e889c233e82a1a046010b9d332abaa833f (diff) | |
download | gitea-0a0e8200ec149aea5056c4962288116f1e7d9fd7.tar.gz gitea-0a0e8200ec149aea5056c4962288116f1e7d9fd7.zip |
Fix links in docs (#28234)
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 `../../`
Diffstat (limited to 'docs/content/usage')
-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 |
2 files changed, 2 insertions, 2 deletions
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 2e8bf515ae..274b0f0692 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 |