doc: fix missing links in the errors page

PR-URL: https://github.com/nodejs/node/pull/59427
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
This commit is contained in:
Nam Yooseong 2025-09-05 13:38:43 +09:00 committed by GitHub
parent 538186b84f
commit cfcb355ee0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2183,8 +2183,8 @@ contains the URL that failed to parse.
### `ERR_INVALID_URL_PATTERN`
An invalid URLPattern was passed to the [WHATWG][WHATWG URL API] \[`URLPattern`
constructor]\[`new URLPattern(input)`] to be parsed.
An invalid URLPattern was passed to the [WHATWG][WHATWG URL API]
[`URLPattern` constructor][`new URLPattern(input)`] to be parsed.
<a id="ERR_INVALID_URL_SCHEME"></a>
@ -4406,6 +4406,7 @@ An error occurred trying to allocate memory. This should never happen.
[`net.Socket.write()`]: net.md#socketwritedata-encoding-callback
[`net`]: net.md
[`new URL(input)`]: url.md#new-urlinput-base
[`new URLPattern(input)`]: url.md#new-urlpatternstring-baseurl-options
[`new URLSearchParams(iterable)`]: url.md#new-urlsearchparamsiterable
[`package.json`]: packages.md#nodejs-packagejson-field-definitions
[`postMessage()`]: worker_threads.md#portpostmessagevalue-transferlist