From 5ba8550813846a9a7f73a079adc5c6e53d6edf46 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Wed, 1 May 2024 13:10:39 -0400 Subject: [PATCH] DOC: Fix extension homepage url --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b5a5aa3..3a28f61 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(SlicerPACSConnector) #----------------------------------------------------------------------------- # Extension meta-information -set(EXTENSION_HOMEPAGE "https://www.slicer.org/wiki/Documentation/Nightly/Extensions/SlicerPACSConnector") +set(EXTENSION_HOMEPAGE "https://github.com/rbumm/SlicerPACSConnector#readme") set(EXTENSION_CATEGORY "Utilities") set(EXTENSION_CONTRIBUTORS "Rudolf Bumm (KSGR)") set(EXTENSION_DESCRIPTION "The PACS Connector extension enables querying your local or remote PACS from a clear and easily accessible interface within 3D Slicer and offers new filter parameters.")