-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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 dead link in doc/releases.md #15733
Conversation
doc/releases.md
Outdated
@@ -32,7 +32,7 @@ Release builds require manual promotion by an individual with SSH access to the | |||
|
|||
A SHASUMS256.txt file is produced for every promoted build, nightly, and releases. Additionally for releases, this file is signed by the individual responsible for that release. In order to be able to verify downloaded binaries, the public should be able to check that the SHASUMS256.txt file has been signed by someone who has been authorized to create a release. | |||
|
|||
The GPG keys should be fetchable from a known third-party keyserver. The SKS Keyservers at <https://sks-keyservers.net> are recommended. Use the [submission](https://sks-keyservers.net/i/#submit) form to submit a new GPG key. Keys should be fetchable via: | |||
The GPG keys should be fetchable from a known third-party keyserver. The SKS Keyservers at <https://sks-keyservers.net> are recommended. Use the [submission](http://pgp.mit.edu:11371/#submit) form to submit a new GPG key. Keys should be fetchable via: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The SKS Keyservers at https://sks-keyservers.net are recommended.
Should this part be changed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's fine. The MIT server is in the pool.
This shouldn't need to wait the 48 hours to land |
Landed in a6b47a2 |
PR-URL: nodejs/node#15733 Fixes: nodejs/node#15730 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Fixes: #15730
Checklist
Affected core subsystem(s)
doc