From 60780b17b3b3ef6416fdb4ddffe62b00dc50a568 Mon Sep 17 00:00:00 2001 From: nunesgh Date: Fri, 18 Feb 2022 18:04:13 -0300 Subject: [PATCH] Fix for README formatting. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3fd658..3b36d4d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ ## ARX version -The `jar` files in `arx/jars/` were compiled from the ARX fork made by @ramongonze (https://github.com/ramongonze/arx), based on commit https://github.com/ramongonze/arx/commit/8a936d3d5607b8f10957c16c1e2781d94b9f2904 and using the command `ant -buildfile build.xml`. +The `jar` files in `arx/jars/` were compiled from the [ARX fork](https://github.com/ramongonze/arx) made by [@ramongonze](https://github.com/ramongonze), based on commit [8a936d3](https://github.com/ramongonze/arx/commit/8a936d3d5607b8f10957c16c1e2781d94b9f2904) and using the command `ant -buildfile build.xml`. -This fork allows for the creation of matrices with up to (2^31-1)^2 cells, instead of the original limit of up to 2^31-1 cells. Due to some GUI errors caused by the new feature, it is necessary to run ARX via CLI. For more information, see https://github.com/arx-deidentifier/arx/pull/299. +This fork allows for the creation of matrices with up to (2^31-1)^2 cells, instead of the original limit of up to 2^31-1 cells. Due to some GUI errors caused by the new feature, it is necessary to run ARX via CLI. For more information, see [this issue](https://github.com/arx-deidentifier/arx/pull/299).