diff --git a/BUILDING.md b/BUILDING.md index 7af12f40bd33a7..e8736d827860bc 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 82c29f60159585..895403f43f4f51 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 a9d75e8ef4c359..fb67f61ed50d1b 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 0d585965b856d7..9cbfc4054f885f 100644 --- a/doc/api/worker_threads.md +++ b/doc/api/worker_threads.md @@ -1400,10 +1400,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