diff --git a/README.md b/README.md index fc0c933..bac7bd8 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Clustering agents by location should produce the following output (irrespective ### Variant 1: Downloading jar files -To install the extension, download the zip file containing the latest version from the releases page for your NetLogo version (5 or 6). It contains a folder `dbscan` that contains all relevant jar files. Unzip it to the `NetLogo/extensions` folder of your NetLogo installation (the final structure should correspond to `NetLogo x.x.x/app/extensions/dbscan/`, with `x.x.x` being the installed NetLogo version). +To install the extension, download the zip file containing the latest version from the [releases page](https://github.com/chrfrantz/NetLogo-Extension-DBSCAN/releases) for your NetLogo version (5 or 6). It contains a folder `dbscan` that contains all relevant jar files. Unzip it to the `NetLogo/extensions` folder of your NetLogo installation (the final structure should correspond to `NetLogo x.x.x/app/extensions/dbscan/`, with `x.x.x` being the installed NetLogo version). ### Variant 2: Building from source diff --git a/pom-root.xml b/pom-root.xml index 4bdda3b..e64c4aa 100644 --- a/pom-root.xml +++ b/pom-root.xml @@ -29,7 +29,7 @@ com.github.chrfrantz DBSCAN - 8f0532d80f775f9a27e811fa6c2901adbeae3ba9 + v0.1 junit