From a1bac0131d8bd4554dc1d605a954588b7d0e72b1 Mon Sep 17 00:00:00 2001 From: Eliot Berriot <contact@eliotberriot.com> Date: Thu, 9 May 2019 13:29:27 +0200 Subject: [PATCH] Updated link to apps --- front/src/components/Footer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/components/Footer.vue b/front/src/components/Footer.vue index 32018241a2..2d06b50c76 100644 --- a/front/src/components/Footer.vue +++ b/front/src/components/Footer.vue @@ -30,7 +30,7 @@ <h4 v-translate class="ui header" translate-context="Footer/*/Title">Using Funkwhale</h4> <div class="ui link list"> <a href="https://docs.funkwhale.audio" class="item" target="_blank"><translate translate-context="Footer/*/List item.Link/Short, Noun">Documentation</translate></a> - <a href="https://docs.funkwhale.audio/users/apps.html" class="item" target="_blank"><translate translate-context="Footer/*/List item.Link">Mobile and desktop apps</translate></a> + <a href="https://funkwhale.audio/apps" class="item" target="_blank"><translate translate-context="Footer/*/List item.Link">Mobile and desktop apps</translate></a> <div role="button" class="item" @click="$emit('show:shortcuts-modal')"><translate translate-context="*/*/*/Noun">Keyboard shortcuts</translate></div> </div> </section> -- GitLab