Skip to content

Commit c64e3aa

Browse files
committed
Replace http with https
1 parent a1f789e commit c64e3aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "'Small vector' optimization: store up to a small number of items
88
keywords = ["small", "vec", "vector", "stack", "no_std"]
99
categories = ["data-structures"]
1010
readme = "README.md"
11-
documentation = "http://doc.servo.org/smallvec/"
11+
documentation = "https://doc.servo.org/smallvec/"
1212

1313
[features]
1414
std = []

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
rust-smallvec
22
=============
33

4-
[Documentation](http://docs.rs/smallvec/)
4+
[Documentation](https://docs.rs/smallvec/)
55

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

0 commit comments

Comments
 (0)