From 19772ba9041a53d900053092545527b2a324054f Mon Sep 17 00:00:00 2001 From: emma Date: Tue, 7 Mar 2023 21:33:02 -0500 Subject: [PATCH] changed documentation url --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0d54844..e9734d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = [ ] description = "An enum representing all charset names commonly used." readme = "README.md" -documentation = "http://pyfisch.github.io/rust-charsets/rust-charsets/index.html" +documentation = "https://pyfisch.org/rust-charsets" repository = "https://github.com/pyfisch/rust-charsets" license = "MIT" keywords = ["http", "charset", "encoding", "mime", "media-types"]