From 44a72eb57b5caf70aa0b2e06e7169a7254255f6a Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Tue, 18 Apr 2023 03:28:18 -0500 Subject: [PATCH] Link fix --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 24b9cfb..e7ec2f8 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,7 @@ for the development of CPU-CUDA compatible applications. Using CudaTools enables the creation of a single unified code that has both CPU and CUDA compilation targets with minimal need to introduce ``#ifdef`` statements when code is essentially identical between the targets. -For information on the library itself and its usage, view `documentation `__. The small code snippets and samples +For information on the library itself and its usage, view `documentation `__. The small code snippets and samples seen in the documentation are in the folder ``samples``. Dependencies