From: Sergey Golitsynskiy Date: Thu, 14 Apr 2022 20:01:26 +0000 (-0400) Subject: Fix link to RFC 1738 (#7935) X-Git-Tag: rel_2_0_0b1~348 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd414e7eaba595a333e593865196de1fd91fe6db;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix link to RFC 1738 (#7935) --- diff --git a/doc/build/core/engines.rst b/doc/build/core/engines.rst index 0a9d5dcd42..39c864382e 100644 --- a/doc/build/core/engines.rst +++ b/doc/build/core/engines.rst @@ -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 -`_, and usually can include username, password, +`_, 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::