From 569bf3ca328577106b22fa85d54437bde70edb41 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Sat, 17 Dec 2016 23:03:12 -0500
Subject: [PATCH] Fixed a minor typo in a link causing it to be broken.

---
 source/documentation/hsa-enabled-lambda.html.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/documentation/hsa-enabled-lambda.html.md b/source/documentation/hsa-enabled-lambda.html.md
index f07a2de..1bf344a 100644
--- a/source/documentation/hsa-enabled-lambda.html.md
+++ b/source/documentation/hsa-enabled-lambda.html.md
@@ -4,7 +4,7 @@ description: Adding HSA Support to Aparapi lambda branch.
 ---
 
 * [How to setup a HSA enabled Linux Platform](/documentation/setting-up-hsa.html)
-* [How to setup a HSA simulator on a Linux Platform](/documenation/using-hsa-simulator.html)
+* [How to setup a HSA simulator on a Linux Platform](/documentaion/using-hsa-simulator.html)
 
 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.
 
-- 
GitLab