From 51e415957acbc8b1c092075b1bd19b2cdcc8bdfa Mon Sep 17 00:00:00 2001
From: Mohamed Ibrahim <mibrahim@mibrahim.net>
Date: Sun, 27 Sep 2015 12:04:53 -0400
Subject: [PATCH] Fixing link

---
 doc/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/README.md b/doc/README.md
index 159b4aa8..5bbba270 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -33,7 +33,7 @@ APARAPI Documentation
 | [UsingConstantMemory](UsingConstantMemory.md) | How to make use of constant memory in a Kernel |
 | [UsingLocalMemory](UsingLocalMemory.md) | How to make use of local memory in a Kernel |
 | [UsingMultiDimExecutionRanges](UsingMultiDimExecutionRanges.md) | How to use the new Range class (for multi-dim range access) |
-| AccessingMultiDimNDRangeProposal | A proposal for accessing multi-dim ND range execution |
+| [AccessingMultiDimNDRangeProposal](AccessingMultiDimNDRangeProposal.md) | A proposal for accessing multi-dim ND range execution |
 | LocalMemoryAndBarrierProposal | A proposal for handling local memory and barriers |
 | [AddressSpacesUsingBuffers](AddressSpacesUsingBuffers.md) | Proposal For OpenCL address space support using java Buffers instead of arrays.	|
 | [BuildingNBody](BuildingNBody.md) | How to build the NBody example.|
-- 
GitLab