Skip to content

Fix user guide link from /help/

Sam requested to merge samcday/funkwhale.audio:main into main

As the title says.

By the way, it seems the moderator link is broken too, but for a completely different reason - it's infinitely redirect-looping:

➜  funkwhale.audio git:(main) curl https://docs.funkwhale.audio/moderator/index.html                       
<html>
  <head>
    <meta http-equiv="refresh" content="1; url= ../moderator/index.html" />
    <script>
      window.location.href = " ../moderator/index.html"
    </script>
  </head>
</html>
Edited by Sam

Merge request reports