From 1daa95d64f5b8c3c3bf0d233638016a8a8cfeeca Mon Sep 17 00:00:00 2001 From: Felix Rabe Date: Mon, 15 Jul 2019 12:49:59 +0200 Subject: [PATCH 1/3] README.md: Fix doc link Docs on ssheldon.github.io are outdated in relation to docs.rs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55fba6484..d6f207acc 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: http://docs.rs/objc/ * Crate: https://crates.io/crates/objc ## Messaging objects From 35977ef6743b89a99c01aff84f90392b8aec1bf2 Mon Sep 17 00:00:00 2001 From: Felix Rabe Date: Mon, 15 Jul 2019 12:51:45 +0200 Subject: [PATCH 2/3] Cargo.toml: Update docs link Docs on ssheldon.github.io are outdated in relation to docs.rs. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [ From 7d1546446a2b6c66e36173350f7d8f43aa9542e6 Mon Sep 17 00:00:00 2001 From: Felix Rabe Date: Mon, 15 Jul 2019 12:52:05 +0200 Subject: [PATCH 3/3] https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6f207acc..6333248af 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Objective-C Runtime bindings and wrapper for Rust. -* Documentation: http://docs.rs/objc/ +* Documentation: https://docs.rs/objc/ * Crate: https://crates.io/crates/objc ## Messaging objects