docs: replace method links with intra-links (#2540)

This commit is contained in:
xliiv
2020-05-30 20:18:01 +02:00
committed by GitHub
parent c624cb8ce3
commit f2f30d4cf6
11 changed files with 45 additions and 53 deletions
+2 -2
View File
@@ -211,7 +211,7 @@ impl Command {
///
/// To pass multiple arguments see [`args`].
///
/// [`args`]: #method.args
/// [`args`]: method@Self::args
///
/// # Examples
///
@@ -233,7 +233,7 @@ impl Command {
///
/// To pass a single argument see [`arg`].
///
/// [`arg`]: #method.arg
/// [`arg`]: method@Self::arg
///
/// # Examples
///