diff options
author | Effy Elden <git@effy.is> | 2017-01-11 13:24:14 +1100 |
---|---|---|
committer | Effy Elden <git@effy.is> | 2017-01-11 13:24:14 +1100 |
commit | f876a8681d50dbff31a9ad9626ebd3df52e4c98b (patch) | |
tree | a50d2df0f771325eeba1411f3c8327565ef79de0 /app/views/about | |
parent | 4292cf60ae6b12b689980bce06746fec602bcc57 (diff) |
Update the Mastodon repository URL from Gargron/ to tootsuite/ in various places
Diffstat (limited to 'app/views/about')
-rw-r--r-- | app/views/about/index.html.haml | 2 |
1 files changed, 1 insertions, 1 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' |