diff options
author | Eugen <eugen@zeonfederated.com> | 2017-01-11 14:19:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-11 14:19:19 +0100 |
commit | 10739df458a225a88f6301e6cd819ec3a533255d (patch) | |
tree | 6f9d5beb9fbed4dd80c1cb7af7f8d435b5a39e32 /app | |
parent | 3ad0496ccb0f0a6f1c180b08367124e26abff682 (diff) | |
parent | f876a8681d50dbff31a9ad9626ebd3df52e4c98b (diff) |
Merge pull request #456 from ineffyble/fix-repo-url
Fix repo URL
Diffstat (limited to 'app')
-rw-r--r-- | app/views/about/index.html.haml | 2 | ||||
-rw-r--r-- | app/views/layouts/public.html.haml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/about/index.html.haml b/app/views/about/index.html.haml index 6bc416cbd..0c6516036 100644 --- a/app/views/about/index.html.haml +++ b/app/views/about/index.html.haml @@ -27,7 +27,7 @@ .actions .info = link_to t('about.terms'), terms_path - = link_to t('about.source_code'), 'https://github.com/Gargron/mastodon' + = link_to t('about.source_code'), 'https://github.com/tootsuite/mastodon' = link_to t('about.get_started'), new_user_registration_path, class: 'button webapp-btn' = link_to t('auth.login'), new_user_session_path, class: 'button webapp-btn' diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index e6de7d017..808fb0a0e 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -6,6 +6,6 @@ .footer %span.domain= link_to Rails.configuration.x.local_domain, root_path %span.powered-by - = t('generic.powered_by', link: link_to('Mastodon', 'https://github.com/Gargron/mastodon')).html_safe + = t('generic.powered_by', link: link_to('Mastodon', 'https://github.com/tootsuite/mastodon')).html_safe = render template: "layouts/application" |