From 9ced32c24e79a7056ea44f690142279f8ec07e53 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Fri, 24 Mar 2017 10:17:39 +0700 Subject: [PATCH] Link to docs.rs for docs. Fixes #164. --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/)