clap-rs / clap

A full featured, fast Command Line Argument Parser for Rust
docs.rs/clap
Apache License 2.0
13.66k stars 1.02k forks source link

Documentation issue: clap::_derive::_tutorial::chapter_* links to clap::_tutorial instead of clap::_derive::_tutorial #5404

Closed lolbinarycat closed 3 months ago

lolbinarycat commented 3 months ago

Please complete the following tasks

Rust Version

rustc 1.72.0 (5680fa18f 2023-08-23) (built from a source tarball)

Clap Version

4.5.3

Minimal reproducible code

it's a documentation bug

Steps to reproduce the bug with the above code

it's a documentation bug

go to https://docs.rs/clap/latest/clap/_derive/_tutorial/chapter_4/index.html and scroll to the bottom, then click the link labed table_of_contents

Actual Behaviour

this takes you to the table of contents for the builder tutorial

Expected Behaviour

this should take you to the table of contents for the derive tutorial

Additional Context

No response

Debug Output

No response

epage commented 3 months ago

Thanks for reporting this!