diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2023-08-28 19:58:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-28 19:58:16 +0800 |
commit | b159ebbab7b7bbd614694824945d34fdbfa219c2 (patch) | |
tree | 2498b18ee4d085cc3786a048d16a24fa80cd299c /templates/install.tmpl | |
parent | c8b189eb016e86e91e6700470eb2b89345d0e1eb (diff) | |
download | gitea-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.tmpl | 2 |
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 --> |