aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Daniel <mdaniel@gmail.com>2015-07-03 11:30:49 -0700
committerMatthew Daniel <mdaniel@gmail.com>2015-07-03 11:30:49 -0700
commit3a4fa8001dc9eacce66fc5b2a3a4469906cf1eec (patch)
tree87bab7f92747c9026d9d0479cec1abd85d562e71
parent31f5a79f5052e7d86486cce997a9dacb9430d1d1 (diff)
downloaddcevm-3a4fa8001dc9eacce66fc5b2a3a4469906cf1eec.tar.gz
dcevm-3a4fa8001dc9eacce66fc5b2a3a4469906cf1eec.zip
Fix the MqExtensions URL in the README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a83af75a..5628ef5a 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ You need the following software to build DCEVM:
* Java 7 or later. If you intend to run tests, it should be one of the supported versions (see list of [patches/](patches/))
* C++ compiler toolchain (gcc). There is no strict version requirement except that it should be supported by HotSpot build scripts.
-* Mercurial with [Mercurial Queues Extension](mercurial.selenic.com/wiki/MqExtension) enabled.
+* Mercurial with [Mercurial Queues Extension](https://mercurial.selenic.com/wiki/MqExtension) enabled.
#### Mac OS X specific requirements