diff --git a/pyproject.toml b/pyproject.toml index c2fc7eb3..25c36550 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ classifiers = [ ] dependencies = ["django>=4.2"] dynamic = ["version"] -urls.Changelog = "https://archmonger.github.io/django-dbbackup /latest/changelog/" +urls.Changelog = "https://archmonger.github.io/django-dbbackup/latest/changelog/" urls.Documentation = "https://archmonger.github.io/django-dbbackup" urls.Source = "https://github.com/Archmonger/django-dbbackup"