From fe2ae236588bb0ffeab080ded9502d5048d8afea Mon Sep 17 00:00:00 2001 From: Ashishvkale Date: Fri, 7 Apr 2023 23:13:57 +0530 Subject: [PATCH] Fixed incorrect links --- BUILDING.md | 2 +- doc/api/net.md | 2 +- doc/api/process.md | 2 +- doc/api/worker_threads.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 40220f75ad682f..76792b11711aff 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -990,7 +990,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 1b44aeedc75ca5..1d4d5f116f05cd 100644 --- a/doc/api/net.md +++ b/doc/api/net.md @@ -1738,7 +1738,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 diff --git a/doc/api/process.md b/doc/api/process.md index 6a82db4d64142a..07039df700c261 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -3949,7 +3949,7 @@ cases: [`process.config`]: #processconfig [`process.execPath`]: #processexecpath [`process.exit()`]: #processexitcode -[`process.exitCode`]: #processexitcode_1 +[`process.exitCode`]: #processexitcode-1 [`process.hrtime()`]: #processhrtimetime [`process.hrtime.bigint()`]: #processhrtimebigint [`process.kill()`]: #processkillpid-signal diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md index ea11b8f45956a4..b6c417855d3799 100644 --- a/doc/api/worker_threads.md +++ b/doc/api/worker_threads.md @@ -1398,10 +1398,10 @@ thread spawned will spawn another until the application crashes. [`v8.getHeapSnapshot()`]: v8.md#v8getheapsnapshotoptions [`vm`]: vm.md [`worker.SHARE_ENV`]: #workershare_env -[`worker.on('message')`]: #event-message_1 +[`worker.on('message')`]: #event-message-1 [`worker.postMessage()`]: #workerpostmessagevalue-transferlist [`worker.terminate()`]: #workerterminate -[`worker.threadId`]: #workerthreadid_1 +[`worker.threadId`]: #workerthreadid-1 [async-resource-worker-pool]: async_context.md#using-asyncresource-for-a-worker-thread-pool [browser `MessagePort`]: https://developer.mozilla.org/en-US/docs/Web/API/MessagePort [child processes]: child_process.md