From b4b64d4422f7253bbb2fee42c1760a8c031e210e Mon Sep 17 00:00:00 2001 From: Lawrence Mitchell Date: Thu, 27 Jul 2023 10:57:29 +0100 Subject: [PATCH] Fix anchor link to cooperative groups in CUDA programming guide [skip-tests] --- libcudacxx/docs/extended_api/thread_groups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcudacxx/docs/extended_api/thread_groups.md b/libcudacxx/docs/extended_api/thread_groups.md index 94ed109158..cb4571ccef 100644 --- a/libcudacxx/docs/extended_api/thread_groups.md +++ b/libcudacxx/docs/extended_api/thread_groups.md @@ -52,5 +52,5 @@ struct single_thread_group { [See it on Godbolt](https://godbolt.org/z/6c16KxqY7){: .btn } -[CUDA Cooperative Groups Library]: https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#group-types-cg +[CUDA Cooperative Groups Library]: https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#group-collectives