docs: Fix link to tutorial

Fixes #4964
This commit is contained in:
Ed Page 2023-06-12 10:44:38 -05:00
parent a87fba2bb6
commit 1db9df4a48

View file

@ -482,7 +482,7 @@
//! [`Parser`][crate::Parser])
//! - Proactively check for bad [`Command`][crate::Command] configurations by calling
//! [`Command::debug_assert`][crate::Command::debug_assert] in a test
//! ([example](../tutorial_derive/05_01_assert.rs))
//! ([example][_tutorial#testing])
//! - Always remember to [document](#doc-comments) args and commands with `#![deny(missing_docs)]`
pub mod _tutorial;