Closed
Description
Documentation Link
https://github.com/matplotlib/matplotlib/blob/main/CODE_OF_CONDUCT.md
Problem
The GitHub Actions bot sends notifications to first-time contributors about the code-of-conduct, and the URL that it links to is:
https://matplotlib.org/stable/project/code_of_conduct.html
(see here for an example comment by the bot)
The linked URL is a markdown file that links to the current code-of-conduct as hosted on the matplotlib.org
website.
The correct/expected URL appears to be: https://matplotlib.org/stable/users/project/code_of_conduct.html
Currently the markdown file links to: https://matplotlib.org/stable/project/code_of_conduct.html (HTTP 404)
Suggested improvement
Either:
- The
CODE_OF_CONDUCT.md
file should be edited to use the URL that includes/users/
in the path.
or
- The website should be updated so that the URL without
/users/
in the path displays the code-of-conduct.
Edit: fix incorrect hyperlinks in this issue's description.