clap-rs / clap

A full featured, fast Command Line Argument Parser for Rust

Home Page:docs.rs/clap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

lolbinarycat opened this issue · comments

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

Thanks for reporting this!