From 20a3c17f69c7a872c002bfc9b68e6c9672608f12 Mon Sep 17 00:00:00 2001
From: Yifan Zhao <yifanz16@illinois.edu>
Date: Fri, 24 Jan 2020 11:28:29 -0600
Subject: [PATCH] Fixed readme link and others

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

diff --git a/README.md b/README.md
index a947d3f83e..1d26615e3d 100644
--- a/README.md
+++ b/README.md
@@ -27,8 +27,8 @@ The following components are required to be installed on your machine to build H
 
 Checkout HPVM:
 ```shell
-git clone https://gitlab.engr.illinois.edu/llvm/hpvm.git
-git checkout hpvm-release
+git clone https://gitlab.engr.illinois.edu/llvm/hpvm-release.git/
+cd hpvm-release
 ```
 
 HPVM installer script can be used to download, configure and build HPVM along with LLVM and other subprojects including Clang. 
@@ -71,5 +71,5 @@ We are providing the following benchmarks with HPVM:
 * 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).
 
-We are also providing [unit tests](/hpvm/test/unitTests) and [regression tests](/hpm/test/regressionTests).
+We are also providing [unit tests](/hpvm/test/unitTests) and [regression tests](/hpvm/test/regressionTests).
 
-- 
GitLab