]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix link to RFC 1738 (#7935)
authorSergey Golitsynskiy <sgolitsynskiy@gmail.com>
Thu, 14 Apr 2022 20:01:26 +0000 (16:01 -0400)
committerGitHub <noreply@github.com>
Thu, 14 Apr 2022 20:01:26 +0000 (22:01 +0200)
doc/build/core/engines.rst

index 0a9d5dcd4292ca03549e9fe8f04e1ba4e904bc88..39c864382e99794f4037b49d3cbb5467bf0591f6 100644 (file)
@@ -57,7 +57,7 @@ Database Urls
 
 The :func:`_sa.create_engine` function produces an :class:`_engine.Engine` object based
 on a URL.  These URLs follow `RFC-1738
-<https://rfc.net/rfc1738.html>`_, and usually can include username, password,
+<https://www.ietf.org/rfc/rfc1738.txt>`_, and usually can include username, password,
 hostname, database name as well as optional keyword arguments for additional configuration.
 In some cases a file path is accepted, and in others a "data source name" replaces
 the "host" and "database" portions.  The typical form of a database URL is::