diff --git a/docs/overview.md b/docs/overview.md index f5c26bb144..2990e3616d 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -76,7 +76,7 @@ Unless otherwise noted, any libcu++ object which is copyable or movable can be Synchronization objects work across host and device code, and can be used to synchronize between host and device threads. However, there are some restrictions to be aware of; please see the - [synchronization library section] for more details. + [synchronization primitives section] for more details. ### `cuda::device::` @@ -123,9 +123,9 @@ We recommend that you always recompile your code and dependencies with the [GitHub]: https://github.com/nvidia/libcudacxx -[Standard API section]: https://nvidia.github.io/libcudacxx/standard_api.html -[synchronization library section]: https://nvidia.github.io/libcudacxx/standard_api/synchronization_library.html -[versioning section]: https://nvidia.github.io/libcudacxx/releases/versioning.html +[Standard API section]: standard_api.md +[synchronization primitives section]: extended_api/synchronization_primitives.md +[versioning section]: releases/versioning.md [documentation]: https://nvidia.github.io/libcudacxx diff --git a/docs/setup/requirements.md b/docs/setup/requirements.md index 12a5a3f269..3643278bce 100644 --- a/docs/setup/requirements.md +++ b/docs/setup/requirements.md @@ -66,8 +66,8 @@ The following NVIDIA device architectures are partially supported: - Synchronization facilities are supported. - Pascall: SM 60, 61 and 62. - Blocking synchronization facilities (e.g. most of the synchronization - library) are not supported. - Please see the [synchronization library section] for details. + primitives) are not supported. + Please see the [synchronization primitives section] for details. ### Host Architectures @@ -100,7 +100,7 @@ To build and test libcu++ yourself, you will need the following in addition to [Standard API section]: ../standard_api.md [Extended API section]: ../extended_api.md -[synchronization library section]: ../extended_api/synchronization_primitives.md +[synchronization primitives section]: ../extended_api/synchronization_primitives.md [changelog]: ../releases/changelog.md [NVIDIA HPC SDK]: https://developer.nvidia.com/hpc-sdk