From 7aa66e204d4bc2466c209f3440a620f2b20ad541 Mon Sep 17 00:00:00 2001
From: Yifan Zhao <yifanz16@illinois.edu>
Date: Fri, 24 Jan 2020 12:07:11 -0600
Subject: [PATCH] Added links to readme

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 1d26615e3d..27ad0e045b 100644
--- a/README.md
+++ b/README.md
@@ -66,10 +66,10 @@ make install
 With all the aforementioned steps, HPVM should be built, installed and ready for use!
 
 ## Benchmarks and Tests
-We are providing the following benchmarks with HPVM:
-* Select benchmarks from the Parboil benchmark suite, located under [test/parboil](/hpvm/test/parboil).
+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/parboil).
 * An edge detection pipeline benchmark, located under [test/pipeline](/hpvm/test/pipeline).
-* A Camera ISP pipeline, curtosy of our collaborators at [Harvard](http://vlsiarch.eecs.harvard.edu), located under [test/cava](/hpvm/test/pipeline).
+* A Camera ISP pipeline, located under [test/cava](/hpvm/test/pipeline), adapted from C code provided from our collaborators at [Harvard](http://vlsiarch.eecs.harvard.edu).
 
 We are also providing [unit tests](/hpvm/test/unitTests) and [regression tests](/hpvm/test/regressionTests).
 
-- 
GitLab