diff options
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/public.html.haml | 2 |
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 @@ — %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' |