From 8e756511ab0535a8a80b00e2d56236097843d444 Mon Sep 17 00:00:00 2001 From: Jan-Lukas Wynen Date: Fri, 21 Aug 2026 15:28:23 +0200 Subject: [PATCH] Fix links to GitHub --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6602846..163283f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,9 +43,8 @@ dev = [ python = "3.11.*" [project.urls] -"Bug Tracker" = "https://github.com/scipp/scippneutron_algorithms/issues" -"Documentation" = "https://scipp.github.io/scippneutron_algorithms" -"Source" = "https://github.com/scipp/scippneutron_algorithms" +"Bug Tracker" = "https://github.com/scipp/scippneutron-algorithms/issues" +"Source" = "https://github.com/scipp/scippneutron-algorithms" [tool.maturin] profile = "release"