diff --git a/Cargo.toml b/Cargo.toml index eeaeeff58..155777842 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ description = "Objective-C Runtime bindings and wrapper for Rust." keywords = ["objective-c", "osx", "ios", "cocoa", "uikit"] readme = "README.md" repository = "http://github.com/SSheldon/rust-objc" -documentation = "http://ssheldon.github.io/rust-objc/objc/" +documentation = "https://docs.rs/objc/" license = "MIT" exclude = [ diff --git a/README.md b/README.md index 55fba6484..6333248af 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Objective-C Runtime bindings and wrapper for Rust. -* Documentation: http://ssheldon.github.io/rust-objc/objc/ +* Documentation: https://docs.rs/objc/ * Crate: https://crates.io/crates/objc ## Messaging objects