From 5497b967587da9d04a798007e7a3b6704860cbad Mon Sep 17 00:00:00 2001
From: aejjeh <aejjeh@illinois.edu>
Date: Mon, 27 Jan 2020 13:07:31 -0600
Subject: [PATCH] Update link to PPoPP paper

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 0e16df5ea0..e4f6c48a14 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ benchmark suite to test the compiler infrastructure.
 
 ## Paper
 
-[PPoPP'18 paper](http://rsim.cs.illinois.edu/Pubs/17-PPOPP-HPVM.pdf)
+[PPoPP'18 paper](https://dl.acm.org/doi/pdf/10.1145/3200691.3178493)
 
 ## Docs
 [HPVM IR Specification](/hpvm/docs/hpvm-specification.md)
@@ -23,7 +23,7 @@ The following components are required to be installed on your machine to build H
 * CMake (>=3.4.3)
 * Python (>=2.7)
 * GNU Make (>=3.79.1)
-* CUDA 9.1 (only required for GPU support)
+* CUDA (>= 9.1) (only required for GPU support)
 
 ## Getting source code and building HPVM
 
-- 
GitLab