Skip to content

Commit

Permalink
docs: Fix link to tutorial
Browse files Browse the repository at this point in the history
Fixes #4964
  • Loading branch information
epage committed Jun 12, 2023
1 parent a87fba2 commit 1db9df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_derive/mod.rs
Expand Up @@ -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;
Expand Down

0 comments on commit 1db9df4

Please sign in to comment.