about summary refs log tree commit diff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2020-04-12 16:50:27 +0200
committerThibaut Girka <thib@sitedethib.com>2020-04-12 16:50:27 +0200
commitfdd0beefa7176f4d0df3adcf37156229889127d7 (patch)
tree9a618d6a5c0759b28b89f663ff0fc8eee6c4db6c /app/views/layouts
parent51bbf0b68dc504c441cb929e4fbf8d8c6e04df42 (diff)
parent490ff09c5a503f1e5f9cad964470fdefa3eabea8 (diff)
Merge branch 'master' into glitch-soc/merge-upstream
Conflicts:
- `README.md`:
  We have a different README than upstream, discarded upstream changes
  and kept ours.
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/public.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml
index fb9ac5cec..eaa0437c2 100644
--- a/app/views/layouts/public.html.haml
+++ b/app/views/layouts/public.html.haml
@@ -38,7 +38,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'