From 96770946ece1cc67867f799e296430c9fd519472 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gro=C3=9F?= Date: Tue, 28 Aug 2018 12:02:44 +0200 Subject: [PATCH] fixed wrong documentation link --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4d0d738..1cee334 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "eink_waveshare_rs" version = "0.1.0" authors = ["Christoph Groß "] description = "An embedded-hal based driver for ePaper displays from Waveshare" -documentation = "https://docs.rs/serenity" +documentation = "https://docs.rs/eink-waveshare-rs" categories = ["embedded", "hardware-support", "no-std"] keywords = ["ePaper", "Display"]