From: Onur Aslan Date: Thu, 26 Jan 2017 23:35:50 +0000 (+0200) Subject: Fix crates.io link under specifying dependencies X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~11^2~15^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=eeff5f4b83332cf47722241b70eca1583765993c;p=cargo.git Fix crates.io link under specifying dependencies --- diff --git a/src/doc/specifying-dependencies.md b/src/doc/specifying-dependencies.md index fb61a8db7..cc6e1b34a 100644 --- a/src/doc/specifying-dependencies.md +++ b/src/doc/specifying-dependencies.md @@ -154,8 +154,9 @@ And that’s it! The next `cargo build` will automatically build `hello_utils` a all of its own dependencies, and others can also start using the crate as well. However, crates that use dependencies specified with only a path are not permitted on [crates.io]. If we wanted to publish our `hello_world` crate, we -would need to publish a version of `hello_utils` to [crates.io] (or specify a `git` -repository location) and specify its version in the dependencies line as well: +would need to publish a version of `hello_utils` to [crates.io](https://crates.io) +(or specify a `git` repository location) and specify its version in +the dependencies line as well: ```toml [dependencies]