Skip to content

Commit cfcb355

Browse files
authored
doc: fix missing links in the errors page
PR-URL: #59427 Reviewed-By: Daeyeon Jeong <[email protected]>
1 parent 538186b commit cfcb355

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/api/errors.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2183,8 +2183,8 @@ contains the URL that failed to parse.
21832183

21842184
### `ERR_INVALID_URL_PATTERN`
21852185

2186-
An invalid URLPattern was passed to the [WHATWG][WHATWG URL API] \[`URLPattern`
2187-
constructor]\[`new URLPattern(input)`] to be parsed.
2186+
An invalid URLPattern was passed to the [WHATWG][WHATWG URL API]
2187+
[`URLPattern` constructor][`new URLPattern(input)`] to be parsed.
21882188

21892189
<a id="ERR_INVALID_URL_SCHEME"></a>
21902190

@@ -4406,6 +4406,7 @@ An error occurred trying to allocate memory. This should never happen.
44064406
[`net.Socket.write()`]: net.md#socketwritedata-encoding-callback
44074407
[`net`]: net.md
44084408
[`new URL(input)`]: url.md#new-urlinput-base
4409+
[`new URLPattern(input)`]: url.md#new-urlpatternstring-baseurl-options
44094410
[`new URLSearchParams(iterable)`]: url.md#new-urlsearchparamsiterable
44104411
[`package.json`]: packages.md#nodejs-packagejson-field-definitions
44114412
[`postMessage()`]: worker_threads.md#portpostmessagevalue-transferlist

0 commit comments

Comments
 (0)