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]