diff --git a/doc/README.md b/doc/README.md index 75e2686865dc7d9ca8ba524d9f218bdbe474f947..68c6f070da4d75e249a1cbbf7c60591ddcbc7fa3 100644 --- a/doc/README.md +++ b/doc/README.md @@ -29,7 +29,7 @@ APARAPI Documentation | [ProfilingKernelsFromEclipse](ProfilingKernelsFromEclipse.md) | Profiling Kernels with AMD profiler in Eclipse (Indigo) | | [DeviceProposal](DeviceProposal.md) | How we might use the extension mechanism devices for general Kernel execution.| | [NewOpenCLBinding](NewOpenCLBinding.md) | How to use new OpenCL binding mechanism. | -| AparapiExtensionProposal | A proposed aparapi extension mechanism. | +| [AparapiExtensionProposal](AparapiExtensionProposal.md) | A proposed aparapi extension mechanism. | | UsingConstantMemory | How to make use of constant memory in a Kernel | | UsingLocalMemory | How to make use of local memory in a Kernel | | UsingMultiDimExecutionRanges | How to use the new Range class (for multi-dim range access) |