From 2a05f77f11220931daceeb3561a4c089df64bb04 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 17 Jan 2018 10:27:37 +0300 Subject: [PATCH] Fix link in a doc comment --- src/cargo/core/manifest.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cargo/core/manifest.rs b/src/cargo/core/manifest.rs index d28228b46..ad85eb0b7 100644 --- a/src/cargo/core/manifest.rs +++ b/src/cargo/core/manifest.rs @@ -233,7 +233,7 @@ struct SerializedTarget<'a> { /// Serialized as a list of strings for historical reasons. kind: &'a TargetKind, /// Corresponds to `--crate-type` compiler attribute. - /// See https://doc.rust-lang.org/reference.html#linkage + /// See https://doc.rust-lang.org/reference/linkage.html crate_types: Vec<&'a str>, name: &'a str, src_path: &'a PathBuf, -- 2.30.2