aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Dubrov <dubrov.ivan@gmail.com>2015-07-03 12:30:47 -0700
committerIvan Dubrov <dubrov.ivan@gmail.com>2015-07-03 12:30:47 -0700
commitf1a92cda3c29debd872100253acfb79d9dfff559 (patch)
tree87bab7f92747c9026d9d0479cec1abd85d562e71
parent31f5a79f5052e7d86486cce997a9dacb9430d1d1 (diff)
parent3a4fa8001dc9eacce66fc5b2a3a4469906cf1eec (diff)
downloaddcevm-f1a92cda3c29debd872100253acfb79d9dfff559.tar.gz
dcevm-f1a92cda3c29debd872100253acfb79d9dfff559.zip
Merge pull request #76 from mdaniel/fix-mq-url
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