Skip to content

Commit f0bf35d

Browse files
legendecastargos
authored andcommitted
doc: update websocket link to avoid linking to self
The link `WebSocket` is pointing to the section itself. PR-URL: #56897 Reviewed-By: Tim Perry <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ulises Gascón <[email protected]>
1 parent d4ecfa7 commit f0bf35d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/http.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4256,7 +4256,7 @@ A browser-compatible implementation of [`WebSocket`][].
42564256
[`Headers`]: globals.md#class-headers
42574257
[`TypeError`]: errors.md#class-typeerror
42584258
[`URL`]: url.md#the-whatwg-url-api
4259-
[`WebSocket`]: #websocket
4259+
[`WebSocket`]: https://developer.mozilla.org/en-US/docs/Web/API/WebSocket
42604260
[`agent.createConnection()`]: #agentcreateconnectionoptions-callback
42614261
[`agent.getName()`]: #agentgetnameoptions
42624262
[`destroy()`]: #agentdestroy

0 commit comments

Comments
 (0)