aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2023-08-19 11:28:31 +0200
committerMartin Fischer <martin@push-f.com>2023-08-19 13:41:55 +0200
commita83e64e81de66ff40cc8a6293f0b5650d431689c (patch)
tree76914a4cc60c8b35287a5b57713b3b0206de7935 /Cargo.toml
parent9323efc3f862c5b071e808194982cbb6672f9919 (diff)
fix(docs): fix broken relative link in rustdoc
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d32b406..9331152 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ edition = "2018"
readme = "README.md"
keywords = ["html", "html5", "whatwg", "parser", "tokenizer"]
license = "MIT"
-repository = "https://git.push-f.com/html5tokenizer/"
+repository = "https://git.push-f.com/html5tokenizer"
version = "0.4.0"
include = ["src/**/*", "LICENSE", "README.md"]