From 6361a1a598f195f61bb6f1c029286fba1588173f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= <ciaranainsworth@posteo.net>
Date: Tue, 30 Apr 2019 20:25:37 +0100
Subject: [PATCH] Corrected redirect link

Moved incorrect paragraphs

Added link to mopidy-subidy
---
 docs/conf.py         |  2 +-
 docs/users/apps.rst  |  4 ++++
 docs/users/queue.rst | 11 +++++------
 3 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index eb3ae5cdd6..bf1afa0a60 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -164,7 +164,7 @@ texinfo_documents = [
 redirect_files = [
 
     ('importing-music.html', 'admin/importing-music.html'),
-    ('architecture.html', 'developer/architecture.html'),
+    ('architecture.html', 'developers/architecture.html'),
     ('troubleshooting.html', 'admin/troubleshooting.html'),
     ('configuration.html', 'admin/configuration.html'), 
     ('upgrading/index.html', '../admin/upgrading.html'),
diff --git a/docs/users/apps.rst b/docs/users/apps.rst
index 144302528b..c8303b5f78 100644
--- a/docs/users/apps.rst
+++ b/docs/users/apps.rst
@@ -179,6 +179,10 @@ This will show your artists, albums, and playlists when you start ncmpcpp.
 
 [Optional]: enable and start mopidy as a service to start the server at boot.
 
+.. note::
+
+   This also works with the `mopidy-funkwhale plugin <https://dev.funkwhale.audio/funkwhale/mopidy>`_
+
 Mobydick (Desktop)
 ^^^^^^^^^^^^^^^^^^
 
diff --git a/docs/users/queue.rst b/docs/users/queue.rst
index a2790e8fa3..7df5c4d7f7 100644
--- a/docs/users/queue.rst
+++ b/docs/users/queue.rst
@@ -27,18 +27,17 @@ Add an Album to the Queue
 
 To add a whole album to the queue:
 
-- Navigate to ``https://your-instance/library/playlists`` or click on "Browse" in the "Music" library on the left-hand side then select "Playlists" along the top
-- Find the playlist you wish to add
-- Click on the three dot menu  to "Play" and select "Add to Queue", "Play Next", or "Play Now"
+- Search for an album, or navigate to its album page in the library
+- Click on the down arrow next to "Play" and select "Add to Queue", "Play Next", or "Play Now"
 
 Add a Playlist to the Queue
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 To add a playlist to the queue:
 
-- Search for an album, or navigate to its album page in the library
-- Click on the down arrow next to "Play" and select "Add to Queue", "Play Next", or "Play Now"
-
+- Navigate to ``https://your-instance/library/playlists`` or click on "Browse" in the "Music" library on the left-hand side then select "Playlists" along the top
+- Find the playlist you wish to add
+- Click on the three dot menu  to "Play" and select "Add to Queue", "Play Next", or "Play Now"
 
 Rearrange Tracks in Your Queue
 ------------------------------
-- 
GitLab