summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2017-02-18 22:19:51 +0800
committerGitHub <noreply@github.com>2017-02-18 22:19:51 +0800
commitdbe6d2ff8eaae64db0ce800f60489afa0935c7ad (patch)
tree88827cf889158a14ac0509c0a34575dc9bb836f6 /templates
parent252adc912dfdcfb4e4d235a020844db351556d84 (diff)
downloadgitea-dbe6d2ff8eaae64db0ce800f60489afa0935c7ad.tar.gz
gitea-dbe6d2ff8eaae64db0ce800f60489afa0935c7ad.zip
fix docker link on install page (#964)
Diffstat (limited to 'templates')
-rw-r--r--templates/install.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/install.tmpl b/templates/install.tmpl
index 3489b72ebf..5fc056c55a 100644
--- a/templates/install.tmpl
+++ b/templates/install.tmpl
@@ -8,7 +8,7 @@
<div class="ui attached segment">
{{template "base/alert" .}}
- <p>{{.i18n.Tr "install.docker_helper" "https://github.com/go-gitea/gitea/tree/master/docker" | Safe}}</p>
+ <p>{{.i18n.Tr "install.docker_helper" "https://docs.gitea.io/en-us/install-with-docker/" | Safe}}</p>
<form class="ui form" action="{{AppSubUrl}}/install" method="post">
<!-- Dtabase Settings -->