From fa24b9f17368131673bec8574ae411471e50e3a1 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 16 Feb 2022 16:27:41 -0600 Subject: [PATCH] docs: Tell people to use latest API Fixes #3478 --- src/build/command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]