Skip to content

Commit b081320

Browse files
authored
Fix links in connection documentation (#584)
1 parent f5b425a commit b081320

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

asyncpg/connection.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1500,7 +1500,7 @@ async def connect(dsn=None, *,
15001500
If both *dsn* and keyword arguments are specified, the latter
15011501
override the corresponding values parsed from the connection URI.
15021502
The default values for the majority of arguments can be specified
1503-
using `environment variables <postgres envvars>`_.
1503+
using `environment variables <postgres envvars_>`_.
15041504
15051505
Returns a new :class:`~asyncpg.connection.Connection` object.
15061506
@@ -1609,7 +1609,7 @@ async def connect(dsn=None, *,
16091609
:param dict server_settings:
16101610
An optional dict of server runtime parameters. Refer to
16111611
PostgreSQL documentation for
1612-
a `list of supported options <server settings>`_.
1612+
a `list of supported options <server settings_>`_.
16131613
16141614
:param Connection connection_class:
16151615
Class of the returned connection object. Must be a subclass of

0 commit comments

Comments
 (0)