From 4e213967f751d145fbf52398e8ad37e6bba16f94 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 cb114ef7f9..0a6e7b3dc1 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