aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2023-09-05 12:44:07 -0400
committerGitHub <noreply@github.com>2023-09-05 16:44:07 +0000
commite67ddaa0f857d460a4631912a1445396e9df5398 (patch)
treec43d4832d41a460ccadb5bb56d2b7cc6970fcb3b
parent0eebeeec9045c759d005ab0ba87f3275da7c627d (diff)
downloadgitea-e67ddaa0f857d460a4631912a1445396e9df5398.tar.gz
gitea-e67ddaa0f857d460a4631912a1445396e9df5398.zip
update footer link to new landing page (#26916)
as title Co-authored-by: Giteabot <teabot@gitea.io>
-rw-r--r--templates/base/footer_content.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/footer_content.tmpl b/templates/base/footer_content.tmpl
index cf647f1cc6..ad666152a0 100644
--- a/templates/base/footer_content.tmpl
+++ b/templates/base/footer_content.tmpl
@@ -1,6 +1,6 @@
<footer class="page-footer" role="group" aria-label="{{.locale.Tr "aria.footer"}}">
<div class="left-links" role="contentinfo" aria-label="{{.locale.Tr "aria.footer.software"}}">
- <a target="_blank" rel="noopener noreferrer" href="https://gitea.io">{{.locale.Tr "powered_by" "Gitea"}}</a>
+ <a target="_blank" rel="noopener noreferrer" href="https://about.gitea.com">{{.locale.Tr "powered_by" "Gitea"}}</a>
{{if (or .ShowFooterVersion .PageIsAdmin)}}
{{.locale.Tr "version"}}:
{{if .IsAdmin}}