From 13cd5b067054f40c6ca723c97fff56c510c04295 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 2 May 2017 20:17:14 -0400 Subject: [PATCH] Fixed broken link to mysqlclient docs. --- docs/ref/databases.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 7960688202..665a1c102a 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -408,7 +408,7 @@ Several other `MySQLdb connection options`_ may be useful, such as ``ssl``, ``init_command``, and ``sql_mode``. .. _MySQL option file: https://dev.mysql.com/doc/refman/en/option-files.html -.. _MySQLdb connection options: https://mysqlclient.readthedocs.io/en/latest/user_guide.html#functions-and-attributes +.. _MySQLdb connection options: https://mysqlclient.readthedocs.io/user_guide.html#functions-and-attributes .. _mysql-sql-mode: