Malformed Discussions URL in CONTRIBUTING.md
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 499
- Forks
- 102
- PR merge metrics
- No merged PRs in 30d
Description
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/discussionsis 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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open CONTRIBUTING.md and locate the Discussions link in the third contribution category. Remove the trailing character from the Markdown URL, then verify the rendered link points to the repository's GitHub Discussions page and no longer returns HTTP 404.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 94/100