Skip to content

Commit

Permalink
Merge pull request #105 from atouchet/docs
Browse files Browse the repository at this point in the history
Update doc link
  • Loading branch information
Gankra authored Jan 4, 2021
2 parents f1ee0d0 + c1e295b commit 457a72a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = [

repository = "https://github.com/contain-rs/linked-hash-map"
homepage = "https://github.com/contain-rs/linked-hash-map"
documentation = "https://contain-rs.github.io/linked-hash-map/linked_hash_map"
documentation = "https://docs.rs/linked-hash-map"
keywords = ["data-structures"]
readme = "README.md"
exclude = ["/.travis.yml", "/deploy-docs.sh"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ We are currently only accepting changes which:

A HashMap wrapper that holds key-value pairs in insertion order.

Documentation is available at https://contain-rs.github.io/linked-hash-map/linked_hash_map.
Documentation is available at https://docs.rs/linked-hash-map.

0 comments on commit 457a72a

Please sign in to comment.