Fixed broken link to mysqlclient docs.

This commit is contained in:
Tim Graham 2017-05-02 20:17:14 -04:00
parent d0e43f225f
commit 13cd5b0670
1 changed files with 1 additions and 1 deletions

View File

@ -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: