summaryrefslogtreecommitdiffstats
path: root/templates/install.tmpl
diff options
context:
space:
mode:
authorGusted <postmaster@gusted.xyz>2024-03-30 01:56:25 +0100
committerGusted <postmaster@gusted.xyz>2024-03-30 01:56:25 +0100
commit6c5534737731aa5c7663989aac8f7cce00e428e8 (patch)
tree982d30d3c6dbc74c8f8d0a2b23571de333f3c78d /templates/install.tmpl
parentMerge pull request '[I18N] make merge-locales & build/merge-forgejo-locales.g... (diff)
downloadforgejo-6c5534737731aa5c7663989aac8f7cce00e428e8.tar.xz
forgejo-6c5534737731aa5c7663989aac8f7cce00e428e8.zip
[BRANDING] Move docs.gitea.com to forgejo.org/docs
- Replace links from docs.gitea.com with forgejo.org/docs for those where the relevant links are available on the Forgejo documentation. - Resolves #2892
Diffstat (limited to 'templates/install.tmpl')
-rw-r--r--templates/install.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/install.tmpl b/templates/install.tmpl
index b3aea39ee5..faec8cb587 100644
--- a/templates/install.tmpl
+++ b/templates/install.tmpl
@@ -8,7 +8,7 @@
<div class="ui attached segment">
{{template "base/alert" .}}
- <p>{{ctx.Locale.Tr "install.docker_helper" "https://docs.gitea.com/installation/install-with-docker"}}</p>
+ <p>{{ctx.Locale.Tr "install.docker_helper" "https://forgejo.org/docs/latest/admin/installation-docker/"}}</p>
<form class="ui form" action="{{AppSubUrl}}/" method="post">
<!-- Database Settings -->