From a04f2ab24069ac12bc07c65614b514a195956609 Mon Sep 17 00:00:00 2001 From: jnnr <32454596+jnnr@users.noreply.github.com> Date: Mon, 12 Aug 2024 15:21:28 +0200 Subject: [PATCH] Fix project urls --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f13452c..4ae4a77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,8 +23,8 @@ keywords = [ requires-python = ">=3.8, <4" [project.urls] -changelog = "https://github.com/jnnr/gregor/blob/main/CHANGELOG.rst" -homepage = "https://github.com/jnnr/gregor" +changelog = "https://github.com/jnnr/gregor/blob/main/CHANGELOG.md" +homepage = "https://gregor.readthedocs.io/en/latest/" repository = "https://github.com/jnnr/gregor.git" [build-system]