From 66564f3aea4685cbfa3d99b7242e8ffff4718b5b Mon Sep 17 00:00:00 2001 From: kennytm Date: Sun, 5 Jul 2015 03:49:30 +0800 Subject: [PATCH] Update documentation link. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7ee3a26..3100567 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,12 +2,12 @@ name = "qrcode" description = "QR code encoder in Rust" license = "Apache-2.0" -version = "0.1.5" +version = "0.1.6" authors = ["kennytm "] keywords = ["qrcode"] repository = "https://github.com/kennytm/qrcode-rust" readme = "README.md" -documentation = "http://www.rust-ci.org/kennytm/qrcode-rust/doc/qrcode/index.html" +documentation = "http://kennytm.github.io/qrcode-rust/qrcode-rust/qrcode/" [dependencies] num = "*"