Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: fix broken link in static-analysis.md #53345

Merged
merged 1 commit into from
Jun 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions doc/contributing/static-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@
The project uses Coverity to scan Node.js source code and to report potential
issues in the C/C++ code base.

Those who have been added to the Node.js coverity project can receive emails
Those who have been added to the [Node.js coverity project][] can receive emails
when there are new issues reported as well as view all current issues
through <https://scan9.coverity.com/reports.htm>.
through <https://scan9.scan.coverity.com/reports.htm>.

Any collaborator can ask to be added to the Node.js coverity project
by opening an issue in the [build](https://github.com/nodejs/build) repository
titled `Please add me to coverity`. A member of the build WG with admin
access will verify that the requestor is an existing collaborator as listed in
the [collaborators section](https://github.com/nodejs/node#collaborators)
on the nodejs/node project repo. Once validated the requestor will added
to the coverity project.
by opening an issue in the [build][] repository titled
`Please add me to coverity`. A member of the build WG with admin access will
verify that the requestor is an existing collaborator as listed in the
[collaborators section][] on the nodejs/node project repo. Once validated the
requestor will be added to the coverity project.

[Node.js coverity project]: https://scan.coverity.com/projects/node-js
[build]: https://github.com/nodejs/build
[collaborators section]: https://github.com/nodejs/node#collaborators