From 445fb23003ab8e4a17051e73607588427259775f Mon Sep 17 00:00:00 2001 From: lukasm91 Date: Tue, 22 Nov 2022 01:09:47 +0100 Subject: [PATCH] Fix broken links in documentation (#323) * 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 <71408887+wmaxey@users.noreply.github.com> --- docs/releases/versioning.md | 7 ++----- docs/setup/requirements.md | 8 ++++---- docs/standard_api/utility_library/version.md | 2 +- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/docs/releases/versioning.md b/docs/releases/versioning.md index 6a8a8c97a4..b3c5cdae96 100644 --- a/docs/releases/versioning.md +++ b/docs/releases/versioning.md @@ -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) @@ -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 diff --git a/docs/setup/requirements.md b/docs/setup/requirements.md index 995e8deded..12a5a3f269 100644 --- a/docs/setup/requirements.md +++ b/docs/setup/requirements.md @@ -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 diff --git a/docs/standard_api/utility_library/version.md b/docs/standard_api/utility_library/version.md index 18e5f9494f..90025e1d65 100644 --- a/docs/standard_api/utility_library/version.md +++ b/docs/standard_api/utility_library/version.md @@ -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