summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Williams <nwilliams@eventbrite.com>2015-10-02 10:11:51 -0500
committerTim Graham <timograham@gmail.com>2015-10-02 12:34:11 -0400
commite03fe2f6bbad7305146d0e19e5e9a36eda2b982c (patch)
tree7082037de20ec0aa49252b4c9e11fc7e102c920e
parent5172bb9eec1a7fd52e6486a303c3c753988fb0c0 (diff)
downloaddjango-e03fe2f6bbad7305146d0e19e5e9a36eda2b982c.tar.gz
[1.7.x] Fixed link to the MySQL Connector/Python Django Backend documentation.
Backport of 3f342d74e9196da475dd312cf43eaffec13af964 from master
-rw-r--r--docs/ref/databases.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 470774c1e2..69b6b7f71f 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -277,7 +277,7 @@ In addition to a DB API driver, Django needs an adapter to access the database
drivers from its ORM. Django provides an adapter for MySQLdb/mysqlclient while
MySQL Connector/Python includes `its own`_.
-.. _its own: http://dev.mysql.com/doc/refman/5.6/en/connector-python-django-backend.html
+.. _its own: http://dev.mysql.com/doc/connector-python/en/connector-python-django-backend.html
MySQLdb
~~~~~~~