From: kkolinko Date: Mon, 15 Nov 2010 03:14:40 +0000 (+0000) Subject: Fix wrong path in the "Tomcat Documentation" shortcut. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=978eaeac5e1209563377fdc02ac69c74687c7c0c;p=tomcat7.0 Fix wrong path in the "Tomcat Documentation" shortcut. The webapp is called "docs". ("tomcat-docs" was in TC5.5) git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1035132 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/res/tomcat.nsi b/res/tomcat.nsi index cb2151364..245059c73 100644 --- a/res/tomcat.nsi +++ b/res/tomcat.nsi @@ -865,7 +865,7 @@ Function createShortcuts ${If} ${SectionIsSelected} ${SecDocs} CreateShortCut "$SMPROGRAMS\Apache Tomcat @VERSION_MAJOR_MINOR@\Tomcat Documentation.lnk" \ - "$INSTDIR\webapps\tomcat-docs\index.html" + "$INSTDIR\webapps\docs\index.html" ${EndIf} CreateShortCut "$SMPROGRAMS\Apache Tomcat @VERSION_MAJOR_MINOR@\Uninstall Tomcat @VERSION_MAJOR_MINOR@.lnk" \