summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/src/doc/man/cargo-install.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/cargo/src/doc/man/cargo-install.md')
-rw-r--r--src/tools/cargo/src/doc/man/cargo-install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/cargo/src/doc/man/cargo-install.md b/src/tools/cargo/src/doc/man/cargo-install.md
index 5431bdb79..8c520db0a 100644
--- a/src/tools/cargo/src/doc/man/cargo-install.md
+++ b/src/tools/cargo/src/doc/man/cargo-install.md
@@ -90,7 +90,7 @@ will be used, beginning discovery at `$PATH/.cargo/config.toml`.
{{#option "`--vers` _version_" "`--version` _version_" }}
Specify a version to install. This may be a [version
-requirement](../reference/specifying-dependencies.md), like `~1.2`, to have Cargo
+requirement](../reference/specifying-dependencies.html), like `~1.2`, to have Cargo
select the newest version from the given requirement. If the version does not
have a requirement operator (such as `^` or `~`), then it must be in the form
_MAJOR.MINOR.PATCH_, and will install exactly that version; it is *not*