diff --git a/src/build/command.rs b/src/build/command.rs index 85bc30294e9..0e4345fa5eb 100644 --- a/src/build/command.rs +++ b/src/build/command.rs @@ -40,7 +40,7 @@ use crate::build::debug_asserts::assert_app; /// arguments (or lack thereof). /// /// When deriving a [`Parser`][crate::Parser], you can use -/// [`CommandFactory::into_app`][crate::CommandFactory::into_app] to access the +/// [`CommandFactory::command`][crate::CommandFactory::command] to access the /// `Command`. /// /// - [Basic API][crate::App#basic-api]