Skip to content

Commit b620aae

Browse files
ikkohambmhowe23
andauthored
Fix broken links for installation (#1655)
* fix links * fix link * Update Building.md Co-authored-by: Ben Howe <[email protected]> * fix data_center_install in Dev_Setup.md --------- Co-authored-by: Ben Howe <[email protected]>
1 parent 7ae6830 commit b620aae

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Building.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Documentation][cuda_quantum_docs]. The page also contains [installation
55
instructions][official_install] for released packages and nightly builds.
66

77
[cuda_quantum_docs]: https://nvidia.github.io/cuda-quantum/latest
8-
[official_install]: https://nvidia.github.io/cuda-quantum/latest/install.html
8+
[official_install]: https://nvidia.github.io/cuda-quantum/latest/using/quick_start.html#install-cuda-q
99
[data_center_install]:
10-
https://nvidia.github.io/cuda-quantum/latest/data_center_install.html
10+
https://nvidia.github.io/cuda-quantum/latest/using/install/data_center_install.html
1111

1212
This document is intended for anyone who wants to develop their own
1313
modifications of, or contributions to, this code base. If you want to build

Dev_Setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ can be omitted as needed, and additional tools and flags for debugging purposes
117117
may be beneficial.
118118

119119
[data_center_install]:
120-
https://nvidia.github.io/cuda-quantum/latest/data_center_install.html
120+
https://nvidia.github.io/cuda-quantum/latest/using/install/data_center_install.html

Developing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ would like to contribute applications and examples that use the CUDA-Q platform,
77
please follow the instructions for [installing CUDA-Q][official_install]
88
instead.
99

10-
[official_install]: https://nvidia.github.io/cuda-quantum/latest/install.html
10+
[official_install]: https://nvidia.github.io/cuda-quantum/latest/using/quick_start.html#install-cuda-q
1111

1212
## Quick start guide
1313

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ information about building CUDA-Q from source, see [these
3939
instructions](./Building.md).
4040

4141
[cuda_quantum_docs]: https://nvidia.github.io/cuda-quantum/latest
42-
[official_install]: https://nvidia.github.io/cuda-quantum/latest/install.html
42+
[official_install]: https://nvidia.github.io/cuda-quantum/latest/using/quick_start.html#install-cuda-q
4343
[github_packages]:
4444
https://github.com/orgs/NVIDIA/packages?repo_name=cuda-quantum
4545

0 commit comments

Comments
 (0)