Replace dead link to article on verifying nodejs binaries with link to node readme

This commit is contained in:
Trevor Brown 2019-03-20 22:42:27 -04:00 committed by GitHub
parent 80097386a2
commit 5675a4cd9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ bash /usr/local/opt/asdf/plugins/nodejs/bin/import-release-team-keyring
#### Related notes
* [Verifying Node.js Binaries](https://blog.continuation.io/verifying-node-js-binaries/).
* [Verifying Node.js Binaries](https://github.com/nodejs/node#verifying-binaries).
* Only versions `>=0.10.0` are checked. Before that version, signatures for SHA2-256 hashes might not be provided (and can not be installed with the `strict` setting for that reason).
This behavior can be influenced by the `NODEJS_CHECK_SIGNATURES` env var which supports the following options: