Fix docs links (#1746)
authorOzGav <gavnosp@hotmail.com>
Thu, 24 Oct 2024 11:47:36 +0000 (21:47 +1000)
committerGitHub <noreply@github.com>
Thu, 24 Oct 2024 11:47:36 +0000 (13:47 +0200)
music_assistant/server/providers/bluesound/manifest.json
music_assistant/server/providers/player_group/manifest.json

index a02a827b784635b04360c4e6a22e0296e5addd1e..3379858e263707f8a43a96833b3cd43e1f658bee 100644 (file)
@@ -5,6 +5,6 @@
     "description": "BluOS Player provider for Music Assistant.",
     "codeowners": ["@cyanogenbot"],
     "requirements": ["pyblu==1.0.4"],
-    "documentation": "Link to the documentation on the music-assistant.io helppage (may be added later).",
+    "documentation": "https://music-assistant.io/player-support/bluesound/",
     "mdns_discovery": ["_musc._tcp.local."]
 }
index 8fa935742124b9dcac5826779d5ebb03a4733ef1..9c2da78ebf2f114a61ce32a9be6d68e58834f7da 100644 (file)
@@ -5,7 +5,7 @@
   "description": "Create (permanent) groups of your favorite players. \nSupports both syncgroups (to group speakers of the same ecocystem to play in sync) and universal groups to group speakers of different ecosystems to play the same audio (but not in sync).",
   "codeowners": ["@music-assistant"],
   "requirements": [],
-  "documentation": "https://music-assistant.io/player-support/player_group/",
+  "documentation": "https://music-assistant.io/faq/groups/",
   "multi_instance": false,
   "builtin": true,
   "allow_disable": false,