Skip to content

Commit 39ede7f

Browse files
author
bors-servo
authored
Auto merge of #188 - mbrubeck:docs, r=jdm
Link to docs.rs for documentation because doc.servo.org might not always have the same version as crates.io
2 parents 6f0fe55 + 4220a1a commit 39ede7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

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

1414
[features]
1515
write = []

0 commit comments

Comments
 (0)