Skip to content

Commit

Permalink
Replace http with https
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkspirit committed Nov 6, 2018
1 parent a1f789e commit c64e3aa
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 @@ -8,7 +8,7 @@ description = "'Small vector' optimization: store up to a small number of items
keywords = ["small", "vec", "vector", "stack", "no_std"]
categories = ["data-structures"]
readme = "README.md"
documentation = "http://doc.servo.org/smallvec/"
documentation = "https://doc.servo.org/smallvec/"

[features]
std = []
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
rust-smallvec
=============

[Documentation](http://docs.rs/smallvec/)
[Documentation](https://docs.rs/smallvec/)

[Release notes](https://github.com/servo/rust-smallvec/releases)

Expand Down

0 comments on commit c64e3aa

Please sign in to comment.