docs: fix link from app_from_crate! to crate_authors! (#822)

This commit is contained in:
Trevor Spiteri 2017-01-30 03:13:34 +01:00 committed by Kevin K
parent ed52851c5d
commit 5b29be9b07

View file

@ -495,7 +495,7 @@ macro_rules! crate_name {
/// ///
/// Equivalent to using the `crate_*!` macros with their respective fields. /// 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. /// refer to the documentation therefor.
/// ///
/// # Examples /// # Examples