summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Cottlehuber <dch@apache.org>2012-12-13 21:39:00 +0100
committerDave Cottlehuber <dch@apache.org>2012-12-14 03:02:48 +0100
commit8f326c6b6e238337b2af79dca17b3cd38f62d1aa (patch)
tree33d4904690605f5a163332179fabbbe5b840f0e0
parentc0d20c171ab0b9d197975bde85e7ffe712966298 (diff)
downloadcouchdb-8f326c6b6e238337b2af79dca17b3cd38f62d1aa.tar.gz
link to embedded HTML documentation must have a trailing / to work
-rw-r--r--etc/windows/couchdb.iss.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/windows/couchdb.iss.tpl b/etc/windows/couchdb.iss.tpl
index 7e572b8e1..af8ea1026 100644
--- a/etc/windows/couchdb.iss.tpl
+++ b/etc/windows/couchdb.iss.tpl
@@ -65,7 +65,7 @@ Name: "{group}\Start CouchDB"; Filename: "{app}\bin\couchdb.bat"
Name: "{group}\Futon (CouchDB web interface)"; Filename: "http://127.0.0.1:5984/_utils"
Name: "{group}\CouchDB Web Site"; Filename: "http://couchdb.apache.org/"
Name: "{group}\CouchDB Online Docs"; Filename: "http://docs.couchdb.org/"
-Name: "{group}\CouchDB Embedded Docs"; Filename: "http://localhost:5984/_utils/docs"
+Name: "{group}\CouchDB Embedded Docs"; Filename: "http://localhost:5984/_utils/docs/"
[Tasks]
Name: service; Description: "Install couchdb as a Windows service"