diff --git a/SoftwareGuide/SoftwareGuideConfiguration.tex.in b/SoftwareGuide/SoftwareGuideConfiguration.tex.in
index d1ff4506690923512ba6ab24f5fcf65dac9b2eb0..bbb37368607738855900cb0c2a8429a0e72f25d6 100644
--- a/SoftwareGuide/SoftwareGuideConfiguration.tex.in
+++ b/SoftwareGuide/SoftwareGuideConfiguration.tex.in
@@ -5,12 +5,12 @@
 
 
 % Define command to make reference to on-line Doxygen documentation
-\newcommand{\doxygen}[1]{
-\href{http://www.itk.org/Doxygen/html/classitk_1_1#1.html}{\code{#1}}}  
+\newcommand{\doxygen}[2]{
+\href{http://www.itk.org/Doxygen/html/class#1_1_1#2.html}{\code{#1::#2}}}  
 
 % Define command to make reference to on-line Doxygen documentation
-\newcommand{\subdoxygen}[2]{
-\href{http://www.itk.org/Doxygen/html/classitk_1_1#1_1_1#2.html}{\code{#1::#2}}}  
+\newcommand{\subdoxygen}[3]{
+\href{http://www.itk.org/Doxygen/html/class#1_1_1#2_1_1#3.html}{\code{#1::#2::#3}}}  
 
 % Define command for the standard comment introducing classes with similar functionalities
 \newcommand{\relatedClasses}{