diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2017-02-18 22:19:51 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-18 22:19:51 +0800 |
commit | dbe6d2ff8eaae64db0ce800f60489afa0935c7ad (patch) | |
tree | 88827cf889158a14ac0509c0a34575dc9bb836f6 /templates | |
parent | 252adc912dfdcfb4e4d235a020844db351556d84 (diff) | |
download | gitea-dbe6d2ff8eaae64db0ce800f60489afa0935c7ad.tar.gz gitea-dbe6d2ff8eaae64db0ce800f60489afa0935c7ad.zip |
fix docker link on install page (#964)
Diffstat (limited to 'templates')
-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 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 --> |