diff --git a/Cargo.toml b/Cargo.toml index 4d3b35b..1c2b634 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "euclid" version = "0.11.0" authors = ["The Servo Project Developers"] description = "Geometry primitives" -documentation = "http://doc.servo.org/euclid/" +documentation = "https://docs.rs/euclid/" repository = "https://github.com/servo/euclid" license = "MIT / Apache-2.0" diff --git a/README.md b/README.md index 5d21d9e..310c514 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ This is a small library for geometric types. -[Documentation](http://doc.servo.org/euclid/) +[Documentation](https://docs.rs/euclid/)