aboutsummaryrefslogtreecommitdiffstats
path: root/templates/install.tmpl
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2023-08-28 19:58:16 +0800
committerGitHub <noreply@github.com>2023-08-28 19:58:16 +0800
commitb159ebbab7b7bbd614694824945d34fdbfa219c2 (patch)
tree2498b18ee4d085cc3786a048d16a24fa80cd299c /templates/install.tmpl
parentc8b189eb016e86e91e6700470eb2b89345d0e1eb (diff)
downloadgitea-b159ebbab7b7bbd614694824945d34fdbfa219c2.tar.gz
gitea-b159ebbab7b7bbd614694824945d34fdbfa219c2.zip
Use docs.gitea.com instead of docs.gitea.io (#26769)
backport #26739
Diffstat (limited to 'templates/install.tmpl')
-rw-r--r--templates/install.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/install.tmpl b/templates/install.tmpl
index eec1771eae..46e8c2caca 100644
--- a/templates/install.tmpl
+++ b/templates/install.tmpl
@@ -8,7 +8,7 @@
<div class="ui attached segment">
{{template "base/alert" .}}
- <p>{{.locale.Tr "install.docker_helper" "https://docs.gitea.io/en-us/install-with-docker/" | Safe}}</p>
+ <p>{{.locale.Tr "install.docker_helper" "https://docs.gitea.com/installation/install-with-docker" | Safe}}</p>
<form class="ui form" action="{{AppSubUrl}}/" method="post">
<!-- Database Settings -->