From f75df56e1730826801780da5bb4bc36718953d9c Mon Sep 17 00:00:00 2001 From: VALiUM <93570937+VALiUMgithub@users.noreply.github.com> Date: Fri, 31 Mar 2023 21:02:56 +0530 Subject: [PATCH] fixed broken link nodejs#47070 fixed the broken link at line 988, Enabling FIPS using Node.js options. --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 238e6e650a3bbd..8238dce8c61c00 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -985,7 +985,7 @@ true FIPS support can then be enable via the OpenSSL configuration file or using `--enable-fips` or `--force-fips` command line options to the Node.js executable. See sections -[Enabling FIPS using Node.js options](#enabling-fips-using-node.js-options) and +[Enabling FIPS using Node.js options](#enabling-fips-using-nodejs-options) and [Enabling FIPS using OpenSSL config](#enabling-fips-using-openssl-config) below. ### Enabling FIPS using Node.js options