From 191900a7b4a54271ecaa3978f46f1763316c9e29 Mon Sep 17 00:00:00 2001 From: Rob Armstrong Date: Wed, 4 Feb 2026 09:21:29 -0800 Subject: [PATCH] Update CUDA Programming Guide URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 258daaa2..50602ce7 100644 --- a/README.md +++ b/README.md @@ -636,7 +636,7 @@ Answers to frequently asked questions about CUDA can be found at http://develope ## References -* [CUDA Programming Guide](http://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html) +* [CUDA Programming Guide](https://docs.nvidia.com/cuda/cuda-programming-guide/index.html) * [Accelerated Computing Blog](https://developer.nvidia.com/blog/?tags=accelerated-computing) ## Attributions