From e74da85801b44d56b9d86a4b5394c221bee89d2d Mon Sep 17 00:00:00 2001 From: Kubat <mael.martin31@gmail.com> Date: Wed, 1 Dec 2021 16:22:33 +0100 Subject: [PATCH] DOC: Update doc with new MPD link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e984ba6..3467535e 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,6 @@ Please, refer to the [CONTRIBUTING](CONTRIBUTING.md) file. ## MPD Lektor is almost MPD compatible, at least it uses the same protocol, which can -be consulted [here](https://www.musicpd.org/doc/html/protocol.html#). The full -support for MPD clients (like mpc and ncmpc) is still WIP. For the MPD +be consulted [here](https://mpd.readthedocs.io/en/stable/protocol.html). The +full support for MPD clients (like mpc and ncmpc) is still WIP. For the MPD compatibility list, see the [CONTRIBUTING](CONTRIBUTING.md) file. -- GitLab