Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/providers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ WebsocketProvider
use the ``websocket_kwargs`` to do so. See the `websockets documentation`_ for
available arguments.

.. _`websockets documentation`: https://websockets.readthedocs.io/en/stable/api.html#websockets.protocol.WebSocketCommonProtocol
.. _`websockets documentation`: https://websockets.readthedocs.io/en/stable/reference/client.html#websockets.client.WebSocketClientProtocol

Unlike HTTP connections, the timeout for WS connections is controlled by a
separate ``websocket_timeout`` argument, as shown below.
Expand Down
1 change: 1 addition & 0 deletions newsfragments/2173.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Correct link to Websocket library documentation