diff options
author | lindwurm <lindwurm.q@gmail.com> | 2017-04-12 04:57:05 +0900 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-04-11 21:57:05 +0200 |
commit | fc47c1d00e507f0bee2575c91822d68b72a22bac (patch) | |
tree | 0dbd99861c4b74db1f8ce271f46846263de2028d /app/views/about | |
parent | 327a6e166f888fbb2d4a06175982560dd0b3e634 (diff) |
[about] Moving docs link to tootsuite/documentation (#1573)
related: https://github.com/tootsuite/mastodon/commit/1236529e39a7e2534fdd34686a749b5a386c109b Signed-off-by: lindwurm <lindwurm.q@gmail.com>
Diffstat (limited to 'app/views/about')
-rw-r--r-- | app/views/about/show.html.haml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/about/show.html.haml b/app/views/about/show.html.haml index 8a0d00daa..0c066962d 100644 --- a/app/views/about/show.html.haml +++ b/app/views/about/show.html.haml @@ -35,7 +35,7 @@ .info = link_to t('auth.login'), new_user_session_path, class: 'webapp-btn' · - = link_to t('about.other_instances'), 'https://github.com/tootsuite/mastodon/blob/master/docs/Using-Mastodon/List-of-Mastodon-instances.md' + = link_to t('about.other_instances'), 'https://github.com/tootsuite/documentation/blob/master/Using-Mastodon/List-of-Mastodon-instances.md' · = link_to t('about.about_this'), about_more_path @@ -79,8 +79,8 @@ .info = link_to t('about.terms'), terms_path · - = link_to t('about.apps'), 'https://github.com/tootsuite/mastodon/blob/master/docs/Using-Mastodon/Apps.md' + = link_to t('about.apps'), 'https://github.com/tootsuite/documentation/blob/master/Using-Mastodon/Apps.md' · = link_to t('about.source_code'), 'https://github.com/tootsuite/mastodon' · - = link_to t('about.other_instances'), 'https://github.com/tootsuite/mastodon/blob/master/docs/Using-Mastodon/List-of-Mastodon-instances.md' + = link_to t('about.other_instances'), 'https://github.com/tootsuite/documentation/blob/master/Using-Mastodon/List-of-Mastodon-instances.md' |