From 853347a30cdf01393a8fb451e90346498e904bbf Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 8 Dec 2025 16:27:55 +0900 Subject: [PATCH] lib: fix doccomment url rendering --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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