mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
docs: fix link from app_from_crate! to crate_authors! (#822)
This commit is contained in:
parent
ed52851c5d
commit
5b29be9b07
1 changed files with 1 additions and 1 deletions
|
@ -495,7 +495,7 @@ macro_rules! crate_name {
|
|||
///
|
||||
/// Equivalent to using the `crate_*!` macros with their respective fields.
|
||||
///
|
||||
/// Provided separator is for the [macro.crate_authors.html](`crate_authors!`) macro,
|
||||
/// Provided separator is for the [`crate_authors!`](macro.crate_authors.html) macro,
|
||||
/// refer to the documentation therefor.
|
||||
///
|
||||
/// # Examples
|
||||
|
|
Loading…
Reference in a new issue