diff --git a/src/lib.rs b/src/lib.rs index 37d0f45..d5041b3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,5 @@ //! This library contains structs and parsing for the mpd protocol -//! as described in https://mpd.readthedocs.io/en/latest/protocol.html#protocol-overview +//! as described in //! //! It does not provide any client or server implementation