summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Avdey <eiri@eiri.ca>2017-05-18 09:35:43 -0300
committerJoan Touzet <wohali@users.noreply.github.com>2017-05-18 14:29:44 -0400
commit1fa3f58b5733031b2e73e68f921e364ff6533689 (patch)
tree01739ec00fded4f47d742764469dd6c3c7f595f1
parente8b2c74f877771765619692ca716ae971d0f7e98 (diff)
downloadcouchdb-1fa3f58b5733031b2e73e68f921e364ff6533689.tar.gz
Fix link to SpiderMonkey in INSTALL.md
-rw-r--r--INSTALL.Unix.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.Unix.md b/INSTALL.Unix.md
index d75b77187..768fbbb76 100644
--- a/INSTALL.Unix.md
+++ b/INSTALL.Unix.md
@@ -39,7 +39,7 @@ You should have the following installed:
* Erlang OTP (>=R16B03-1, =<19.x) (http://erlang.org/)
* ICU (http://icu-project.org/)
* OpenSSL (http://www.openssl.org/)
- * Mozilla SpiderMonkey (1.8.5) (http://www.mozilla.org/js/spidermonkey/)
+ * Mozilla SpiderMonkey (1.8.5) (https://developer.mozilla.org/en/docs/Mozilla/Projects/SpiderMonkey/Releases/1.8.5)
* GNU Make (http://www.gnu.org/software/make/)
* GNU Compiler Collection (http://gcc.gnu.org/)
* libcurl (http://curl.haxx.se/libcurl/)