Skip to content

Commit

Permalink
Auto merge of #188 - mbrubeck:docs, r=jdm
Browse files Browse the repository at this point in the history
Link to docs.rs for documentation

because doc.servo.org might not always have the same version as crates.io
  • Loading branch information
bors-servo committed Dec 10, 2019
2 parents 6f0fe55 + 4220a1a commit 39ede7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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 = "https://doc.servo.org/smallvec/"
documentation = "https://docs.rs/smallvec/"

[features]
write = []
Expand Down

0 comments on commit 39ede7f

Please sign in to comment.