diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2023-08-27 19:59:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-27 11:59:12 +0000 |
commit | 476b9d1589248b7bca6fb0f01825bd6955318cb3 (patch) | |
tree | 55edc01e26397829c48e734c3af993d98439e729 /templates/base/head_navbar.tmpl | |
parent | e0a796a6410f7a540e2bc16ac5e386305c9321d1 (diff) | |
download | gitea-476b9d1589248b7bca6fb0f01825bd6955318cb3.tar.gz gitea-476b9d1589248b7bca6fb0f01825bd6955318cb3.zip |
Use docs.gitea.com instead of docs.gitea.io (#26739)
Diffstat (limited to 'templates/base/head_navbar.tmpl')
-rw-r--r-- | templates/base/head_navbar.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base/head_navbar.tmpl b/templates/base/head_navbar.tmpl index 1ad7fd20bd..5a2d0ddb0b 100644 --- a/templates/base/head_navbar.tmpl +++ b/templates/base/head_navbar.tmpl @@ -48,7 +48,7 @@ {{template "custom/extra_links" .}} {{if not .IsSigned}} - <a class="item" target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io">{{.locale.Tr "help"}}</a> + <a class="item" target="_blank" rel="noopener noreferrer" href="https://docs.gitea.com">{{.locale.Tr "help"}}</a> {{end}} </div> @@ -171,7 +171,7 @@ {{svg "octicon-tools"}} {{.locale.Tr "your_settings"}} </a> - <a class="item" target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io"> + <a class="item" target="_blank" rel="noopener noreferrer" href="https://docs.gitea.com"> {{svg "octicon-question"}} {{.locale.Tr "help"}} </a> |