Skip to content

Commit 9a5009a

Browse files
authored
fix docker link on install page (#964) (#972)
1 parent 3121a7a commit 9a5009a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/install.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div class="ui attached segment">
99
{{template "base/alert" .}}
1010

11-
<p>{{.i18n.Tr "install.docker_helper" "https://github.com/go-gitea/gitea/tree/master/docker" | Safe}}</p>
11+
<p>{{.i18n.Tr "install.docker_helper" "https://docs.gitea.io/en-us/install-with-docker/" | Safe}}</p>
1212

1313
<form class="ui form" action="{{AppSubUrl}}/install" method="post">
1414
<!-- Dtabase Settings -->

0 commit comments

Comments
 (0)