From c3f6b9cac7a20e404ddc82662db58f78d7f48c1b Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Sun, 2 Apr 2017 12:20:12 +0200 Subject: [PATCH] Updated to correct link for docs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7ea773f..175d0d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ description = "Cross-platform window setup with optional bitmap rendering" keywords = ["windowing", "window", "framebuffer"] repository = "https://github.com/emoon/rust_minifb" homepage = "https://github.com/emoon/rust_minifb" -documentation = "http://prodbg.com/minifb/minifb/index.html" +documentation = "https://docs.rs/minifb/0.9.0/minifb" build = "build.rs" [build-dependencies]