Skip to content

Commit

Permalink
Update doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
atouchet committed Dec 31, 2020
1 parent f1ee0d0 commit c1e295b
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 c1e295b

Please sign in to comment.