Skip to content

Commit a26cc74

Browse files
committed
DOCS fix transport class references
1 parent aeb2402 commit a26cc74

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/transports/aiohttp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ AIOHTTPTransport
55

66
This transport uses the `aiohttp`_ library and allows you to send GraphQL queries using the HTTP protocol.
77

8-
Reference: :py:class:`gql.transport.aiohttp.AIOHTTPTransport`
8+
Reference: :class:`gql.transport.aiohttp.AIOHTTPTransport`
99

1010
.. note::
1111

docs/transports/requests.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RequestsHTTPTransport
66
The RequestsHTTPTransport is a sync transport using the `requests`_ library
77
and allows you to send GraphQL queries using the HTTP protocol.
88

9-
Reference: :py:class:`gql.transport.requests.RequestsHTTPTransport`
9+
Reference: :class:`gql.transport.requests.RequestsHTTPTransport`
1010

1111
.. literalinclude:: ../code_examples/requests_sync.py
1212

docs/transports/websockets.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It will detect the backend supported protocol from the response http headers ret
1212

1313
This transport allows to do multiple queries, mutations and subscriptions on the same websocket connection.
1414

15-
Reference: :py:class:`gql.transport.websockets.WebsocketsTransport`
15+
Reference: :class:`gql.transport.websockets.WebsocketsTransport`
1616

1717
.. literalinclude:: ../code_examples/websockets_async.py
1818

0 commit comments

Comments
 (0)