From 6cf8be3a709c279e00b08b141a29c1d0bc725fe1 Mon Sep 17 00:00:00 2001 From: Bryce Adelstein Lelbach aka wash Date: Fri, 4 Dec 2020 10:48:48 -0800 Subject: [PATCH] Docs: Fix stale links to extended sync lib primitives. --- docs/standard_api.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/standard_api.md b/docs/standard_api.md index f591fb0d09..e81f70bbe0 100644 --- a/docs/standard_api.md +++ b/docs/standard_api.md @@ -15,10 +15,10 @@ libcu++ Addendum for details. | Header | Added In | Docs | |------------------------------------------------|-------------------|------| -| `` | 1.0.0 / CUDA 10.2 | [Standard API](https://en.cppreference.com/w/cpp/header/atomic), [Extended API](./extended_api/atomics.md) | -| `` | 1.1.0 / CUDA 11.0 | [Standard API](https://en.cppreference.com/w/cpp/header/barrier), [Extended API](./extended_api/barriers.md) | -| `` | 1.1.0 / CUDA 11.0 | [Standard API](https://en.cppreference.com/w/cpp/header/latch), [Extended API](./extended_api/latches.md) | -| `` | 1.1.0 / CUDA 11.0 | [Standard API](https://en.cppreference.com/w/cpp/header/semaphore), [Extended API](./extended_api/semaphores.md) | +| `` | 1.0.0 / CUDA 10.2 | [Standard API](https://en.cppreference.com/w/cpp/header/atomic), [Extended API](./extended_api/synchronization_primitives/atomic.md) | +| `` | 1.1.0 / CUDA 11.0 | [Standard API](https://en.cppreference.com/w/cpp/header/barrier), [Extended API](./extended_api/synchronization_primtives/barrier.md) | +| `` | 1.1.0 / CUDA 11.0 | [Standard API](https://en.cppreference.com/w/cpp/header/latch), [Extended API](./extended_api/synchronization_primitives/latch.md) | +| `` | 1.1.0 / CUDA 11.0 | [Standard API](https://en.cppreference.com/w/cpp/header/semaphore), [Extended API](./extended_api/synchronization_primitives/counting_semaphore.md) | ## [Time Library](./standard_api/time_library.md)