mirror of
https://gitea.com/gitea/docs.git
synced 2026-07-07 14:09:20 +00:00
fix admin url for 1.23.0 (#164)
I am running the release candidate and found the admin URL changed. https://github.com/go-gitea/gitea/pull/32189 Reviewed-on: https://gitea.com/gitea/docs/pulls/164 Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com> Co-authored-by: Brandon Philips <brandon@ifup.org> Co-committed-by: Brandon Philips <brandon@ifup.org>
This commit is contained in:
committed by
techknowlogick
parent
e5057c6a83
commit
59ef598b49
@@ -55,7 +55,7 @@ If you are unsure which address to use, the LAN address is usually the right cho
|
||||
Each token can be used to create multiple runners, until it is replaced with a new token using the reset link.
|
||||
You can obtain different levels of 'tokens' from the following places to create the corresponding level of 'runners':
|
||||
|
||||
- Instance level: The admin settings page, like `<your_gitea.com>/admin/actions/runners`.
|
||||
- Instance level: The admin settings page, like `<your_gitea.com>/-/admin/actions/runners`.
|
||||
- Organization level: The organization settings page, like `<your_gitea.com>/<org>/settings/actions/runners`.
|
||||
- Repository level: The repository settings page, like `<your_gitea.com>/<owner>/<repo>/settings/actions/runners`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user