]> 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)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 14 Apr 2022 20:02:06 +0000 (22:02 +0200)
doc/build/core/engines.rst

index cb114ef7f9e5529461063bcb677d41a15cdb889e..0a6e7b3dc13360fc53e0c64b6dfca43fc5dc940c 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::