From 516b2e766a0888e2ce082c57a64c3e9e60e241e9 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sat, 17 Dec 2016 23:06:44 -0500 Subject: [PATCH] Fixed another broken link. --- documentation/hsa-enabled-lambda.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/hsa-enabled-lambda.html b/documentation/hsa-enabled-lambda.html index 5804210..d96e0e7 100644 --- a/documentation/hsa-enabled-lambda.html +++ b/documentation/hsa-enabled-lambda.html @@ -59,7 +59,7 @@ <div class='container'> <ul> <li><a href="/documentation/setting-up-hsa.html" rel="nofollow">How to setup a HSA enabled Linux Platform</a></li> - <li><a href="/documentaion/using-hsa-simulator.html" rel="nofollow">How to setup a HSA simulator on a Linux Platform</a></li> + <li><a href="/documentation/using-hsa-simulator.html" rel="nofollow">How to setup a HSA simulator on a Linux Platform</a></li> </ul> <p>Recently the HSA Foundation released their ‘Programmers Reference Manual’. This manual is for developers wishing to write code for upcoming HSA compatible devices, it describes the HSA Intermediate Language (HSAIL) along with its binary form (BRIG) and describes how code is expected to execute on a HSA enabled devices.</p> -- GitLab