From 444497f557c1957fce4be1242d1af0900c81556a Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 23 Mar 2023 18:43:40 +0000 Subject: [PATCH] update `documentation` in Cargo.toml to be docs.rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a29460d..87ccdcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "MIT" description = "RFC1459 and IRCv3 protocol tokeniser" homepage = "https://github.com/jesopo/irctokens-rs" -documentation = "https://github.com/jesopo/irctokens-rs" +documentation = "https://docs.rs/irctokens/" repository = "https://github.com/jesopo/irctokens-rs" readme = "README.md"