diff --git a/README.md b/README.md
index 345db7ce2ab6cc4fda882f11c486eef214e7b8d2..0e16df5ea08c279305f16bcecb3373f87f8b16eb 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).
+