From 25e6ef326176bed7ae227cd41588d808a09bf4d5 Mon Sep 17 00:00:00 2001 From: gentoo90 Date: Mon, 18 Dec 2017 14:33:21 +0200 Subject: [PATCH] Fix documentation URL --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5849833..59395fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Igor Shaula "] license = "MIT" description = "Rust bindings to MS Windows Registry API" repository = "https://github.com/gentoo90/winreg-rs" -documentation = "https://gentoo90.github.io/winreg-rs/v0.5.0/winreg/" +documentation = "https://gentoo90.github.io/winreg-rs/v0.5.0/winreg/index.html" readme = "README.md" keywords = ["Windows", "WinSDK", "Registry"]