From 19a4d29fa93a535c7380b78553fa9879b9ced88b Mon Sep 17 00:00:00 2001 From: Stanislav Tkach Date: Sat, 17 Oct 2020 20:59:17 +0300 Subject: [PATCH] Fix documentation link for stdweb-derive --- stdweb-derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdweb-derive/Cargo.toml b/stdweb-derive/Cargo.toml index cc7c6341..98279e2a 100644 --- a/stdweb-derive/Cargo.toml +++ b/stdweb-derive/Cargo.toml @@ -4,7 +4,7 @@ version = "0.5.3" authors = ["Jan Bujak "] repository = "https://github.com/koute/stdweb" homepage = "https://github.com/koute/stdweb" -documentation = "https://docs.rs/stdweb/*/stdweb/" +documentation = "https://docs.rs/stdweb-derive/" license = "MIT/Apache-2.0" readme = "README.md" keywords = ["web", "asmjs", "webasm", "javascript"]