GeoServer Documentation link is broken on Windows installs
----------------------------------------------------------
Key: GEOS-1908
URL: http://jira.codehaus.org/browse/GEOS-1908
Project: GeoServer
Issue Type: Bug
Components: Documentation
Affects Versions: 1.6.3
Environment: Windows (all)
Reporter: Mike Pumphrey
Assignee: Mike Pumphrey
Fix For: 1.6.4
The NSI script used to build the Windows installer refers to the following shortcut creation:
CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\GeoServer Documentation.lnk"\
"$INSTDIR\documents\GEOSDOC\Documentation.html"
However this file tree is never created. Rather than fix this, this code should be changed to look online.
CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\GeoServer Documentation.lnk"\
"http://geoserver.org"
This looks like it has been broken for a couple of versions, but I'm just noticing it now. The NSI script needs to be cleaned up anyway, but that will happen soon...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira