From 3208c0348d94e6216fed3f074a29c5be9d7aa5d7 Mon Sep 17 00:00:00 2001
From: gpernot <guillaume.pernot@c-s.fr>
Date: Mon, 24 Feb 2020 12:56:14 +0100
Subject: [PATCH] DOC: Explicitly reference version 4.13 of doxygen-itk

---
 Documentation/Cookbook/rst/conf.py.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/Cookbook/rst/conf.py.in b/Documentation/Cookbook/rst/conf.py.in
index f4658fb28e..01086619f2 100644
--- a/Documentation/Cookbook/rst/conf.py.in
+++ b/Documentation/Cookbook/rst/conf.py.in
@@ -220,5 +220,5 @@ man_pages = [
 
 extlinks = {
     'doxygen': ("http://www.orfeo-toolbox.org/doxygen/classotb_1_1%s.html", "otb::"),
-    'doxygen-itk': ("http://www.itk.org/Doxygen/html/classitk_1_1%s.html", "itk::")
+    'doxygen-itk': ("http://www.itk.org/Doxygen413/html/classitk_1_1%s.html", "itk::")
 }
-- 
GitLab