From 238ead090a8c053d3fa5279e9917da6e3a8d3020 Mon Sep 17 00:00:00 2001 From: Ankit Ydv Date: Wed, 22 Mar 2023 01:46:33 +0530 Subject: [PATCH] fixed links --- BUILDING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 3e519343a3cbf9..df5c80e3dd43e5 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -988,10 +988,10 @@ 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 +### Enabling FIPS using Nodejs options This is done using one of the Node.js options `--enable-fips` or `--force-fips`, for example: