Author: kkolinko
Date: Mon Nov 15 03:14:40 2010
New Revision: 1035132

URL: http://svn.apache.org/viewvc?rev=1035132&view=rev
Log:
Fix wrong path in the "Tomcat Documentation" shortcut.
The webapp is called "docs". ("tomcat-docs" was in TC5.5)

Modified:
    tomcat/trunk/res/tomcat.nsi

Modified: tomcat/trunk/res/tomcat.nsi
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/tomcat.nsi?rev=1035132&r1=1035131&r2=1035132&view=diff
==============================================================================
--- tomcat/trunk/res/tomcat.nsi (original)
+++ tomcat/trunk/res/tomcat.nsi Mon Nov 15 03:14:40 2010
@@ -865,7 +865,7 @@ Function createShortcuts
 
   ${If} ${SectionIsSelected} ${SecDocs}
     CreateShortCut "$SMPROGRAMS\Apache Tomcat @version_major_mi...@\tomcat 
Documentation.lnk" \
-                   "$INSTDIR\webapps\tomcat-docs\index.html"
+                   "$INSTDIR\webapps\docs\index.html"
   ${EndIf}
 
   CreateShortCut "$SMPROGRAMS\Apache Tomcat @version_major_mi...@\uninstall 
Tomcat @version_major_mi...@.lnk" \



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to