diff --git a/bin/reth/src/cli/ext.rs b/bin/reth/src/cli/ext.rs index d72db048b3f24..8ffafb5d0a2d5 100644 --- a/bin/reth/src/cli/ext.rs +++ b/bin/reth/src/cli/ext.rs @@ -29,7 +29,7 @@ impl RethCliExt for () { } /// A trait that allows for extending and customizing parts of the node command -/// [NodeCommand](crate::node::NodeCommand). +/// [NodeCommand](crate::commands::node::NodeCommand). /// /// The functions are invoked during the initialization of the node command in the following order: /// @@ -200,7 +200,7 @@ impl RethCliExt for NoArgsCliExt { /// additional CLI arguments. /// /// Note: This type must be manually filled with a [RethNodeCommandConfig] manually before executing -/// the [NodeCommand](crate::node::NodeCommand). +/// the [NodeCommand](crate::commands::node::NodeCommand). #[derive(Debug, Clone, Copy, Default, Args)] pub struct NoArgs { #[clap(skip)]