From 2278481357c1d8f4d3ff80709430b67456bf080d Mon Sep 17 00:00:00 2001 From: marelct Date: Sat, 25 Mar 2023 19:16:45 +0100 Subject: [PATCH] changed the download links to point directly to the download pages --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b7ad6c..370e775 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,9 @@ Installing a modpack will also generate a profile. However, the profile doesn't ## Compiling To compile the program yourself, some libraries are needed: -- [Apache Commons IO](https://commons.apache.org/proper/commons-io/) -- [jansi](https://github.com/fusesource/jansi) -- [JSON Simple](https://code.google.com/archive/p/json-simple) +- [Apache Commons IO](https://commons.apache.org/proper/commons-io/download_io.cgi) +- [jansi](https://fusesource.github.io/jansi/download.html) +- [JSON Simple](https://code.google.com/archive/p/json-simple/downloads) Download them and put them somewhere.