From 46ce5227a562117ed0ca3e5f8cee3907b7b40f97 Mon Sep 17 00:00:00 2001 From: Vytautas Stankevicius Date: Mon, 18 Dec 2023 14:19:50 +0200 Subject: [PATCH] Fix documentation Cargo link --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 66afc73..8467146 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "mdbook-open-gh-issue" -version = "0.1.0" +version = "0.1.1" authors = ["Vytautas Stankevičius "] description = "mdbook preprocessor to add a open-on-github link on every page" license = "MPL-2.0" homepage = "https://github.com/vytstank/mdbook-open-gh-issue" repository = "https://github.com/vytstank/mdbook-open-gh-issue" -documentation = "https://github.com/slowsage/mdbook-pagetoc" +documentation = "https://github.com/vytstank/mdbook-open-gh-issue" readme = "README.md" keywords = ["mdbook"] exclude = [".github/"]