diff options
author | Leonie <62470640+bubblineyuri@users.noreply.github.com> | 2020-04-12 13:38:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-12 13:38:14 +0200 |
commit | f6c18e882965255736c17faaba50f1e54f7c7798 (patch) | |
tree | c2941dec557fa5a3c772513a28e03d233fc9e9b5 /app | |
parent | ec31b1b75244c030bb4fb0ccabac7ff8b626db92 (diff) |
Fix API footer link in Web UI (#13441)
Co-authored-by: koyu <me@koyu.spac>
Diffstat (limited to 'app')
-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 b9179e23d..a2c4e5deb 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -39,7 +39,7 @@ %h4= t 'footer.developers' %ul %li= link_to t('about.documentation'), 'https://docs.joinmastodon.org/' - %li= link_to t('about.api'), 'https://docs.joinmastodon.org/api/guidelines/' + %li= link_to t('about.api'), 'https://docs.joinmastodon.org/client/intro/' .column-2 %h4= link_to t('about.what_is_mastodon'), 'https://joinmastodon.org/' = link_to svg_logo, root_url, class: 'brand' |