From dd414e7eaba595a333e593865196de1fd91fe6db Mon Sep 17 00:00:00 2001 From: Sergey Golitsynskiy Date: Thu, 14 Apr 2022 16:01:26 -0400 Subject: [PATCH] Fix link to RFC 1738 (#7935) --- doc/build/core/engines.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- 2.47.2