Open
Description
Description
In the main Readme.md
file, the reference link for the Code of Conduct at the bottom of the file is broken.
Current (broken) link:
[Code of Conduct]: https://github.com/expressjs/express/blob/master/Code-Of-Conduct.md
(Line 272)
This link results in a 404 error because the file does not exist at that location.
The project appears to be using the organization-wide Code of Conduct located in the expressjs/.github
repository.
The correct link should be:
https://github.com/expressjs/.github/blob/master/CODE_OF_CONDUCT.md
The README.md
should be updated to point to the correct URL.
Expectations
The Code of conduct link should point to:
https://github.com/expressjs/.github/blob/master/CODE_OF_CONDUCT.md
Metadata
Metadata
Assignees
Labels
No labels