Skip to content

Commit

Permalink
docs: fix link to cargo docs (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
ammgws authored Aug 5, 2020
1 parent 2761747 commit c364de3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Optional features:

See the [cargo docs][] for examples of specifying features.

[cargo-docs]: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#choosing-features
[cargo docs]: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#choosing-features

## Overview

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
//!
//! See the [cargo docs][] for examples of specifying features.
//!
//! [cargo-docs]: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#choosing-features
//! [cargo docs]: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#choosing-features
//!
//! ## Overview
//!
Expand Down

0 comments on commit c364de3

Please sign in to comment.