From c9895359ae91d4b488172c449eadde99528b46a1 Mon Sep 17 00:00:00 2001 From: Janus Date: Mon, 19 Feb 2024 21:55:40 +0100 Subject: [PATCH] Change documentation link to new location (#119) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 595f97f..6a424bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ docs = [ [project.urls] Homepage = "https://github.com/Kludex/python-multipart" -Documentation = "https://andrew-d.github.io/python-multipart/" +Documentation = "https://kludex.github.io/python-multipart/" Changelog = "https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md" Source = "https://github.com/Kludex/python-multipart"