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:39 -0400 |
| commit | 72a93da1b664f643fff39f105d19e7b5c980ddf5 (patch) | |
| tree | 8e70e6a2963948b1a80c9a81e02132d90439a069 /docs/ref | |
| parent | 4c12b10263e3ff92872d33928f6d1dd820de8c0a (diff) | |
[1.11.x] Fixed broken link to mysqlclient docs.
Backport of 13cd5b067054f40c6ca723c97fff56c510c04295 from master
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 cf2f924dd7..7a24ebbb0c 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -433,7 +433,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: |
