about summary refs log tree commit diff
path: root/app/views/layouts/public.html.haml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-06-13 03:55:28 +0200
committerGitHub <noreply@github.com>2017-06-13 03:55:28 +0200
commit47ace633dcc3f89ee7d645575b67c459ab4c1df8 (patch)
treee5c13134eaf310d2a54aaeb743089a0994f58545 /app/views/layouts/public.html.haml
parent85d5518b6bb07772119bb042198967c877e5ab5e (diff)
Simplify getting started links localization. Link "powered by Mastodon" to joinmastodon.org (#3725)
Diffstat (limited to 'app/views/layouts/public.html.haml')
-rw-r--r--app/views/layouts/public.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml
index a3791e91c..09e12b691 100644
--- a/app/views/layouts/public.html.haml
+++ b/app/views/layouts/public.html.haml
@@ -10,6 +10,6 @@
         &mdash;
     %span.domain= link_to site_hostname, root_path
     %span.powered-by
-      != t('generic.powered_by', link: link_to('Mastodon', 'https://github.com/tootsuite/mastodon'))
+      != t('generic.powered_by', link: link_to('Mastodon', 'https://joinmastodon.org'))
 
 = render template: 'layouts/application'