From 676b338520b5a87ff7f4e8bc768d61e9a0e5bb3b Mon Sep 17 00:00:00 2001 From: amirzarie Date: Wed, 15 Mar 2023 08:58:38 -0400 Subject: [PATCH] Fixed Incorrect Links Corrected the links in the following two files as requested: 1. File node/BUILDING.md: - [Enabling FIPS using Node.js options](#enabling-fips-using-node.js-options) + [Enabling FIPS using Node.js options](#enabling-fips-using-nodejs-options) and 2. File node/doc/api/net.md: - []: #event-error_1 + []: #event-error-1 Issue: https://github.com/nodejs/node/issues/47070 --- BUILDING.md | 2 +- doc/api/net.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 3e519343a3cbf9..af8da2dfc8cc05 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -988,7 +988,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 diff --git a/doc/api/net.md b/doc/api/net.md index ba0591baea077a..bfe2241bc0ab31 100644 --- a/doc/api/net.md +++ b/doc/api/net.md @@ -1729,7 +1729,7 @@ net.isIPv6('fhqwhgads'); // returns false [`'data'`]: #event-data [`'drain'`]: #event-drain [`'end'`]: #event-end -[`'error'`]: #event-error_1 +[`'error'`]: #event-error-1 [`'listening'`]: #event-listening [`'timeout'`]: #event-timeout [`EventEmitter`]: events.md#class-eventemitter