From c48f0d6d6cf5e35efac0fdec6951600c99fdf5e1 Mon Sep 17 00:00:00 2001
From: aejjeh <aejjeh@illinois.edu>
Date: Mon, 27 Jan 2020 17:07:11 -0600
Subject: [PATCH] Update hpvm-c.md

---
 hpvm/docs/hpvm-c.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hpvm/docs/hpvm-c.md b/hpvm/docs/hpvm-c.md
index af1571895b..574d75f7ef 100644
--- a/hpvm/docs/hpvm-c.md
+++ b/hpvm/docs/hpvm-c.md
@@ -1,5 +1,5 @@
 # HPVM-C Language Specification
-An HPVM program is a combination of host code and one or more data flow graphs (DFG) at the IR level. We provide C function declarations representing the HPVM intrinsics that allow creating, querying, and interacting with the DFGs. More details about the HPVM IR intrinsics can be found in [the HPVM IR Specification.](#/hpvm/docs/hpmv-specification.md).
+An HPVM program is a combination of host code and one or more data flow graphs (DFG) at the IR level. We provide C function declarations representing the HPVM intrinsics that allow creating, querying, and interacting with the DFGs. More details about the HPVM IR intrinsics can be found in [the HPVM IR Specification.](#/hpvm/hpvm/docs/hpmv-specification.md).
 
 An HPVM-C program contains both the host and the DFG code. Each HPVM kernel, represented by a leaf node in the DFG, can be compiled to multiple different targets (e.g. CPU and GPU) as described below. 
 
-- 
GitLab