diff --git a/Cargo.toml b/Cargo.toml
index 9b09d189bd4727a7fc9a4e40b5ba2f59c7528adc..ec6e507f8701eee75cdc6e28a44a25180fc59b5a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@ name = "rustyline"
 version = "1.0.0"
 authors = ["Katsu Kawakami <kkawa1570@gmail.com>"]
 description = "Rustyline, a readline implementation based on Antirez's Linenoise"
-documentation = "http://kkawakam.github.io/rustyline/rustyline"
+documentation = "http://docs.rs/rustyline"
 repository = "https://github.com/kkawakam/rustyline"
 readme = "README.md"
 keywords = ["readline"]
diff --git a/README.md b/README.md
index 49fed1fe6af65913769b25e0f7add3f68caba0cc..a151f9fdeb3cbbcaabfe8a9ef7f615298773b9df 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
 
 Readline implementation in Rust that is based on [Antirez' Linenoise](https://github.com/antirez/linenoise)
 
-[Documentation](https://kkawakam.github.io/rustyline)
+[Documentation](https://docs.rs/rustyline)
 
 **Supported Platforms**
 * Linux