From 0cb4ff66da3d2df56b327c9038f5762854439b97 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 24 Feb 2022 12:22:01 +0100 Subject: [PATCH] Fix link to documentation (#527) --- lychee-bin/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index f016b9d..d793c24 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -2,9 +2,9 @@ name = "lychee" authors = ["Matthias Endler "] description = "A glorious link checker" -documentation = "https://github.com/lycheeverse/lychee/blob/master/README.md" -edition = "2021" +documentation = "https://docs.rs/lychee" homepage = "https://github.com/lycheeverse/lychee" +edition = "2021" keywords = [ "link", "checker",