From b358df1218d7f18a65e4e8dc6127bfe65b73932a Mon Sep 17 00:00:00 2001 From: Noel Date: Tue, 14 Mar 2023 12:52:09 +0530 Subject: [PATCH] doc: update 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 82a01ac0aeeef1..89012c11f912c1 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 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 diff --git a/doc/api/process.md b/doc/api/process.md index e9ef0a972de01c..2aa495f7d4f618 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -3975,7 +3975,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