From 617eaa18e28788ae8782f4092201bc82480318c1 Mon Sep 17 00:00:00 2001 From: Kevin Milner Date: Tue, 25 Jul 2017 17:13:19 -0700 Subject: [PATCH] fixed release link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2f18ce..fcf1957 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ MPJTaskCalculator uses an MPJ implementation for intra-process communication (ei First you will need to download or build a jar file for MPJTaskCalculator, and set up your MPJ environment. It depends on [Google Guava](https://github.com/google/guava) (developed with release 21) and [Apache Commons CLI 1.4](https://commons.apache.org/proper/commons-cli/). A "fat" jar including these dependencies is provided for convenience. ### Download latest release -Download a release [here](releases). The `mpj-task-calculator-all-.jar` "fat" jar files contain all dependencies (except your MPJ implementation), and the `mpj-task-calculator-.jar` only contain compiled MPJTaskCalculator code. +Download a release [here](https://github.com/kevinmilner/MPJTaskCalculator/releases). The `mpj-task-calculator-all-.jar` "fat" jar files contain all dependencies (except your MPJ implementation), and the `mpj-task-calculator-.jar` only contain compiled MPJTaskCalculator code. ### Build source code MPJTaskCalculator uses [Gradle](https://gradle.org/) to build the code. First clone or download master or a branch, then build with these commands: