Skip to content

Malformed Discussions URL in CONTRIBUTING.md #226

Description

@khlaifiabilel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions