From 49617071c8b69ed20ce137d52478775f1e390032 Mon Sep 17 00:00:00 2001 From: Alessandro Felder Date: Tue, 14 Jul 2026 09:58:03 +0100 Subject: [PATCH] Update Pipeline Website URL in conf.py --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index acfa2a6..bd10ae4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -44,7 +44,7 @@ }, { "name": "Pipeline Website", - "url": "https://photon-mosaic.neuroinformatics.dev/", + "url": "https://pipeline.photon-mosaic.org", "icon": "fa-solid fa-diagram-project", "type": "fontawesome", },