From bd8d02ebc6ad6c752a616aab289c8c845f373f2a Mon Sep 17 00:00:00 2001
From: aejjeh <aejjeh@illinois.edu>
Date: Fri, 24 Jan 2020 17:31:25 -0600
Subject: [PATCH] Update README.md

---
 README.md | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 345db7ce2a..0e16df5ea0 100644
--- a/README.md
+++ b/README.md
@@ -68,11 +68,13 @@ make install
 With all the aforementioned steps, HPVM should be built, installed and ready for use.
 
 ## Benchmarks and Tests
-We are providing the following HPVM benchmarks:
-* Select benchmarks from the [Parboil](http://impact.crhc.illinois.edu/parboil/parboil.aspx) benchmark suite, located under [test/parboil](/hpvm/test/benchmarks/parboil).
-* An edge detection pipeline benchmark, located under [test/pipeline](/hpvm/test/benchmarks/pipeline).
-* A Camera ISP pipeline, located under [test/cava](/hpvm/test/benchmarks/hpvm-cava), adapted from C code provided from our collaborators at [Harvard](http://vlsiarch.eecs.harvard.edu).
+We are providing the following [HPVM benchmarks](/hpvm/test/benchmarks):
+* Select benchmarks from the [Parboil](http://impact.crhc.illinois.edu/parboil/parboil.aspx) benchmark suite, located under [test/benchmarks/parboil](/hpvm/test/benchmarks/parboil).
+* An edge detection pipeline benchmark, located under [test/benchmarks/pipeline](/hpvm/test/benchmarks/pipeline).
+* A Camera ISP pipeline, located under [test/benchmarks/hpvm-cava](/hpvm/test/benchmarks/hpvm-cava), adapted from C code provided from our collaborators at [Harvard](http://vlsiarch.eecs.harvard.edu).
+
+Benchmark descriptions and instructions on how to compile and run them are [here](/hpvm/test/benchmarks).
 
 We are also providing [unit tests](/hpvm/test/unitTests) and [regression tests](/hpvm/test/regressionTests).
 
-Benchmark descriptions and instructions on how to compile and run them are [here](/hpvm/test/benchmarks).
+
-- 
GitLab