From 79d9611d4a42077ab8faac0c029fde645987912c Mon Sep 17 00:00:00 2001 From: David Beitey Date: Sun, 6 Dec 2020 23:39:13 +0000 Subject: [PATCH] Fix host_is_server URL and expand docs in README --- README.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 625b1d15..17e2108a 100644 --- a/README.rst +++ b/README.rst @@ -149,10 +149,12 @@ Dictionary. Current available keys are: definition present in the ``freetds.conf`` FreeTDS configuration file instead of a hostname or an IP address. - But if this option is present and it's value is ``True``, this - special behavior is turned off. + But if this option is present and its value is ``True``, this + special behavior is turned off. Instead, connections to the database + server will be established using ``HOST`` and ``PORT`` options, without + requiring ``freetds.conf`` to be configured. - See http://www.freetds.org/userguide/dsnless.htm for more information. + See https://www.freetds.org/userguide/dsnless.html for more information. - unicode_results