Fix link in a doc comment
authorAleksey Kladov <aleksey.kladov@gmail.com>
Wed, 17 Jan 2018 07:27:37 +0000 (10:27 +0300)
committerGitHub <noreply@github.com>
Wed, 17 Jan 2018 07:27:37 +0000 (10:27 +0300)
src/cargo/core/manifest.rs

index d28228b462f2a2cd55e4a53cd77dc6b0ad3768dc..ad85eb0b7f4b7f06d35847e8240d61650e770ad1 100644 (file)
@@ -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,