diff --git a/hot_lib/src/lib.rs b/hot_lib/src/lib.rs index 2ffe3278..b661f401 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 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 7b567628..fc49885e 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 for more details if you are a dev //#[cfg(not(feature = "hot_reload"))] //#[allow(unused_imports)]