diff --git a/node/src/command.rs b/node/src/command.rs
index 0173cf03f01b23283029739cdfbeab1b96b2a1c7..ea2694efcea97de07da399486e54261b6bc17984 100644
--- a/node/src/command.rs
+++ b/node/src/command.rs
@@ -48,7 +48,7 @@ lazy_static! {
     };
 }*/
 
-/// Unwraps a [`crate::client::Client`] into the concrete runtime client.
+/// Unwraps a [`crate::service::client::Client`] into the concrete runtime client.
 #[cfg(feature = "runtime-benchmarks")]
 macro_rules! unwrap_client {
     (
diff --git a/xtask/src/gen_doc.rs b/xtask/src/gen_doc.rs
index 88fc13e8e8ff0565da6cd2f02b11e6c0201670b2..58ebb28f335a2c778e239a67eb87e306b29047c7 100644
--- a/xtask/src/gen_doc.rs
+++ b/xtask/src/gen_doc.rs
@@ -328,7 +328,6 @@ pub(super) fn gen_doc() -> Result<()> {
         .args([
             "doc",
             "--workspace",
-            "--no-deps",
             "--document-private-items",
             "--features=runtime-benchmarks",
         ])