From 905436c0c2939e77e7de4fe480e32e5d209214a8 Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Fri, 1 Dec 2017 16:02:51 -0600 Subject: [PATCH] BUG: fix the documentation link Resolves #211 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c267b2..d0faf9a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5.0) #----------------------------------------------------------------------------- set(EXTENSION_NAME QuantitativeReporting) -set(EXTENSION_HOMEPAGE "http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/QuantitativeReporting") +set(EXTENSION_HOMEPAGE "https://qiicr.gitbooks.io/quantitativereporting-guide") set(EXTENSION_CATEGORY "Informatics") set(EXTENSION_CONTRIBUTORS "Andrey Fedorov (SPL), Christian Herz (SPL), Csaba Pinter (Queen's), Andras Lasso (Queen's), Steve Pieper (SPL)") set(EXTENSION_DESCRIPTION "Support of quantitative image reporting with DICOM")