From d32ea6ec201705a4c8504a0219af47220e85d457 Mon Sep 17 00:00:00 2001
From: strawberry <strawberry@puppygock.gay>
Date: Sun, 28 Apr 2024 20:57:32 -0400
Subject: [PATCH] cargo doc lints

Signed-off-by: strawberry <strawberry@puppygock.gay>
---
 hot_lib/src/lib.rs                | 2 +-
 src/service/admin/test_cmd/mod.rs | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hot_lib/src/lib.rs b/hot_lib/src/lib.rs
index 2ffe32783..b661f401f 100644
--- a/hot_lib/src/lib.rs
+++ b/hot_lib/src/lib.rs
@@ -1,5 +1,5 @@
 //! hot reloadable functions, generally called by the admin room test commands
-//! see https://github.com/rksm/hot-lib-reloader-rs?tab=readme-ov-file#usage for more details if you are a dev
+//! see <https://github.com/rksm/hot-lib-reloader-rs?tab=readme-ov-file#usage> for more details if you are a dev
 
 #[no_mangle]
 pub fn test_command() {
diff --git a/src/service/admin/test_cmd/mod.rs b/src/service/admin/test_cmd/mod.rs
index 7b567628e..fc49885e5 100644
--- a/src/service/admin/test_cmd/mod.rs
+++ b/src/service/admin/test_cmd/mod.rs
@@ -1,5 +1,5 @@
 //! test commands generally used for hot lib reloadable functions.
-//! see https://github.com/rksm/hot-lib-reloader-rs?tab=readme-ov-file#usage for more details if you are a dev
+//! see <https://github.com/rksm/hot-lib-reloader-rs?tab=readme-ov-file#usage> for more details if you are a dev
 
 //#[cfg(not(feature = "hot_reload"))]
 //#[allow(unused_imports)]
-- 
GitLab