From dbe6d2ff8eaae64db0ce800f60489afa0935c7ad Mon Sep 17 00:00:00 2001 From: Lunny Xiao <xiaolunwen@gmail.com> Date: Sat, 18 Feb 2017 22:19:51 +0800 Subject: [PATCH] fix docker link on install page (#964) --- templates/install.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -->