NVIDIA / NVIDIA/cuQuantum

Malformed Discussions URL in CONTRIBUTING.md

Open Beginner friendly
#226 0 comments 0 reactions 0 assignees View on GitHub

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/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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.