From 1db9df4a4844a1b44b025ce044b3436ceb8910ad Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 12 Jun 2023 10:44:38 -0500 Subject: [PATCH] docs: Fix link to tutorial Fixes #4964 --- src/_derive/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_derive/mod.rs b/src/_derive/mod.rs index 2bda8d1b543..d2bad065269 100644 --- a/src/_derive/mod.rs +++ b/src/_derive/mod.rs @@ -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;