From ebeec9adfa285c3763c96731f2628f35dcaff1bf Mon Sep 17 00:00:00 2001 From: MedzikUser Date: Mon, 20 Jun 2022 22:20:25 +0200 Subject: [PATCH] doc: add `html_root_url` --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 1aacfb4..bce6bab 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -19,6 +19,7 @@ //! //! Go to [plugins](plugins) module +#![doc(html_root_url = "https://servers.medzik.xyz")] #![warn(missing_docs)] pub mod commands;