summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuaaz Saleem <muaazsaleem@outlook.com>2017-10-29 15:48:16 +0100
committerJoan Touzet <wohali@users.noreply.github.com>2017-10-31 22:52:10 -0400
commit14e72181204974296a52f1fd85e189339ad31a9d (patch)
tree0b70e9ff52801be68f599da96e29b2e3c2426c5c
parenta63b1d462bf939869e9a14c445fbdc5180866291 (diff)
downloadcouchdb-14e72181204974296a52f1fd85e189339ad31a9d.tar.gz
Updating verifyinstall URL
While going to http://localhost:5984/_utils/verify_install.html returns `Not found.`, browsing to `http://localhost:5984/_utils/#/verifyinstall` works. Maybe the url is outdated
-rw-r--r--INSTALL.Unix.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.Unix.md b/INSTALL.Unix.md
index eb7e72c76..b2d4fbdbc 100644
--- a/INSTALL.Unix.md
+++ b/INSTALL.Unix.md
@@ -236,7 +236,7 @@ To check that everything has worked, point your web browser to:
From here you should verify your installation by pointing your web browser to:
- http://localhost:5984/_utils/verify_install.html
+ http://localhost:5984/_utils/#/verifyinstall
## Running as a Daemon