Link to docs.rs for the rustdocs
diff --git a/Cargo.toml b/Cargo.toml
index 95ebad6..5411039 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,6 @@
 license = "MIT/Apache-2.0"
 description = "Quasi-quoting macro quote!(...)"
 repository = "https://github.com/dtolnay/quote"
-documentation = "https://dtolnay.github.io/quote/quote/"
+documentation = "https://docs.rs/quote/"
 keywords = ["syn"]
 include = ["Cargo.toml", "src/**/*.rs"]