From dd274e7d664c7a9a1a24d9bc05c101d0668573cd Mon Sep 17 00:00:00 2001 From: Mohamed Ibrahim <mibrahim@mibrahim.net> Date: Sat, 29 Aug 2015 09:01:23 -0400 Subject: [PATCH] Add the link --- doc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index 1891988a..f4acf2f4 100644 --- a/doc/README.md +++ b/doc/README.md @@ -23,7 +23,7 @@ APARAPI Documentation | [DevelopersGuideLinux](DevelopersGuideLinux.md) | Developer guide for Linux. | | [DevelopersGuideWindows](DevelopersGuideWindows.md) | Developers guide for Windows. | | [EmulatingMultipleEntrypointsUsingCurrentAPI](EmulatingMultipleEntrypointsUsingCurrentAPI.md) | How to emulate multiple entrypoints using existing Aparapi APIs | -| MultipleEntryPointSupportProposal | How to extend Aparapi to allow multiple entrypoints for kernels | +| [MultipleEntryPointSupportProposal](MultipleEntryPointSupportProposal.md) | How to extend Aparapi to allow multiple entrypoints for kernels | | [ExplicitBufferHandling](ExplicitBufferHandling.md) | How to minimize buffer transfers | | AparapiPatterns | Examples and code fragments to demonstrate Aparapi fetaures. | | ProfilingKernelsFromEclipse | Profiling Kernels with AMD profiler in Eclipse (Indigo) | -- GitLab