diff options
| author | Tim Graham <timograham@gmail.com> | 2017-05-02 20:17:14 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-05-02 20:17:14 -0400 |
| commit | 13cd5b067054f40c6ca723c97fff56c510c04295 (patch) | |
| tree | d8352336d6fd39934969732073b0eb080f93cd66 /docs/ref | |
| parent | d0e43f225f59145903c72c650eeef1f80e12f9ed (diff) | |
Fixed broken link to mysqlclient docs.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/databases.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
