From: Leonie <62470640+bubblineyuri@users.noreply.github.com> Date: Sun, 12 Apr 2020 11:38:14 +0000 (+0200) Subject: Fix API footer link in Web UI (#13441) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=f6c18e882965255736c17faaba50f1e54f7c7798;p=mastodon.git Fix API footer link in Web UI (#13441) Co-authored-by: koyu --- 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'