You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by dc...@apache.org on 2012/12/14 03:02:16 UTC

[2/3] git commit: link to embedded HTML documentation must have a trailing / to work

link to embedded HTML documentation must have a trailing / to work


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/29e1f54e
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/29e1f54e
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/29e1f54e

Branch: refs/heads/1.3.x
Commit: 29e1f54e7fdf4f22e8040efed599b0e8d1bd8ced
Parents: 7941046
Author: Dave Cottlehuber <dc...@apache.org>
Authored: Thu Dec 13 21:39:00 2012 +0100
Committer: Dave Cottlehuber <dc...@apache.org>
Committed: Thu Dec 13 21:56:45 2012 +0100

----------------------------------------------------------------------
 etc/windows/couchdb.iss.tpl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/29e1f54e/etc/windows/couchdb.iss.tpl
----------------------------------------------------------------------
diff --git a/etc/windows/couchdb.iss.tpl b/etc/windows/couchdb.iss.tpl
index 7e572b8..af8ea10 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"