From c04328a31e7bee05b2dcf0553472678f3929b6fd Mon Sep 17 00:00:00 2001 From: Paolo Barbolini <paolo@paolo565.org> Date: Sat, 29 Aug 2020 22:18:10 +0200 Subject: [PATCH] Use docs.rs for documentation --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 987d45d..7d02601 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ include = ["src/**/*", "Cargo.toml", "README.md"] readme = "README.md" license = "MIT" homepage = "https://lib.rs/crates/lcms2" -documentation = "https://kornelski.github.io/rust-lcms2/lcms2/" +documentation = "https://docs.rs/lcms2" repository = "https://github.com/kornelski/rust-lcms2.git" categories = ["multimedia::images", "api-bindings"] version = "5.3.1" -- GitLab