From f6c18e882965255736c17faaba50f1e54f7c7798 Mon Sep 17 00:00:00 2001
From: Leonie <62470640+bubblineyuri@users.noreply.github.com>
Date: Sun, 12 Apr 2020 13:38:14 +0200
Subject: [PATCH] Fix API footer link in Web UI (#13441)

Co-authored-by: koyu <me@koyu.spac>
---
 app/views/layouts/public.html.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml
index b9179e23d1..a2c4e5deb2 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'
-- 
GitLab