From 5675a4cd9d108b890b0a7b204825c425b59329de Mon Sep 17 00:00:00 2001 From: Trevor Brown Date: Wed, 20 Mar 2019 22:42:27 -0400 Subject: [PATCH] Replace dead link to article on verifying nodejs binaries with link to node readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be43f7c..a0e65e1 100644 --- a/README.md +++ b/README.md @@ -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: