mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-26 00:00:16 +02:00
docs: replace method links with intra-links (#2540)
This commit is contained in:
@@ -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
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user