Skip to content

Commit

Permalink
doc: update websocket link to avoid linking to self
Browse files Browse the repository at this point in the history
The link `WebSocket` is pointing to the section itself.

PR-URL: #56897
Reviewed-By: Tim Perry <pimterry@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
  • Loading branch information
legendecas authored Feb 5, 2025
1 parent b9e87bf commit 316014d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -4256,7 +4256,7 @@ A browser-compatible implementation of [`WebSocket`][].
[`Headers`]: globals.md#class-headers
[`TypeError`]: errors.md#class-typeerror
[`URL`]: url.md#the-whatwg-url-api
[`WebSocket`]: #websocket
[`WebSocket`]: https://developer.mozilla.org/en-US/docs/Web/API/WebSocket
[`agent.createConnection()`]: #agentcreateconnectionoptions-callback
[`agent.getName()`]: #agentgetnameoptions
[`destroy()`]: #agentdestroy
Expand Down

0 comments on commit 316014d

Please sign in to comment.