Description
The Discussions link in the third contribution category of CONTRIBUTING.md includes a trailing > inside the Markdown URL:
[NVIDIA/cuQuantum GitHub Discussions](https://github.com/NVIDIA/cuQuantum/discussions>)
This resolves to https://github.com/NVIDIA/cuQuantum/discussions%3E, which returns HTTP 404.
Current source:
https://github.com/NVIDIA/cuQuantum/blob/a097bf713ca999886a99b53b474439307956f2fd/CONTRIBUTING.md
Suggested correction
- [NVIDIA/cuQuantum GitHub Discussions](https://github.com/NVIDIA/cuQuantum/discussions>)
+ [NVIDIA/cuQuantum GitHub Discussions](https://github.com/NVIDIA/cuQuantum/discussions)
Validation
- Confirmed the current malformed target returns HTTP 404.
- Confirmed
https://github.com/NVIDIA/cuQuantum/discussions is the intended repository Discussions page.
- Searched existing issues and found no report for this malformed link.
No code change is proposed; this report follows the repository policy for documentation issues.
Description
The Discussions link in the third contribution category of
CONTRIBUTING.mdincludes a trailing>inside the Markdown URL:This resolves to
https://github.com/NVIDIA/cuQuantum/discussions%3E, which returns HTTP 404.Current source:
https://github.com/NVIDIA/cuQuantum/blob/a097bf713ca999886a99b53b474439307956f2fd/CONTRIBUTING.md
Suggested correction
Validation
https://github.com/NVIDIA/cuQuantum/discussionsis the intended repository Discussions page.No code change is proposed; this report follows the repository policy for documentation issues.