Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Fix broken links in documentation #323

Merged
merged 5 commits into from
Nov 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions docs/releases/versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ When work completes on an API version on the main development branch, a
The name of that release is the API version.
After a release is snapped, the API version on the main development branch
is incremented and work begins on the next release.
To learn more about our release process and workflow,
please see the [development model section].

## Application Binary Interface (ABI)

Expand Down Expand Up @@ -229,9 +227,8 @@ The deprecation period will depend on the impact of the change, but will usually
last three to six months.


[development model section]: ../contributing/development_model.md
[releases section]: ./releases.md
[changelog]: ./changelog.md
[releases section]: ../releases.md
[changelog]: changelog.md

[semantic versioning]: https://semver.org
[live at head]: https://www.youtube.com/watch?v=tISy7EJQPzI&t=1032s
Expand Down
8 changes: 4 additions & 4 deletions docs/setup/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ To build and test libcu++ yourself, you will need the following in addition to
- We recommend installing lit using Python's pip package manager.


[Standard API section]: ./standard_api.md
[Extended API section]: ./extended_api.md
[synchronization library section]: ./standard_api/synchronization_library.html
[changelog]: ./releases/changelog.md
[Standard API section]: ../standard_api.md
[Extended API section]: ../extended_api.md
[synchronization library section]: ../extended_api/synchronization_primitives.md
[changelog]: ../releases/changelog.md

[NVIDIA HPC SDK]: https://developer.nvidia.com/hpc-sdk
[CUDA Toolkit]: https://developer.nvidia.com/cuda-toolkit
Expand Down
2 changes: 1 addition & 1 deletion docs/standard_api/utility_library/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ When using NVCC, the definition of C++ feature test macros is provided by the
host Standard Library, not libcu++.


[versioning section]: ./releases/versioning.md
[versioning section]: ../../releases/versioning.md