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

Commit

Permalink
Fix broken links in documentation (#323)
Browse files Browse the repository at this point in the history
* Fix all link except one

* Delete mention of development model, that is TBD.

Keep the .md to prevent ambiguity.

* Keep .md

* Keep .md on versioning.md.

Co-authored-by: Wesley Maxey <[email protected]>
  • Loading branch information
lukasm91 and wmaxey authored Nov 22, 2022
1 parent 817c6b7 commit 445fb23
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
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

0 comments on commit 445fb23

Please sign in to comment.