]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- update mysql connector python links, #2938
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 19 Feb 2014 01:51:25 +0000 (20:51 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 19 Feb 2014 01:51:25 +0000 (20:51 -0500)
doc/build/core/engines.rst
lib/sqlalchemy/dialects/mysql/mysqlconnector.py

index eb55472655abaa5758371e75e4a357bdbd95f3f8..ee7d5c0e5da909aaec43981f60ec8c0dd271fc89 100644 (file)
@@ -112,7 +112,7 @@ python-sybase_                                                   ``sybase+pysyba
 .. _pg8000: http://pybrary.net/pg8000/
 .. _pypostgresql: http://python.projects.postgresql.org/
 .. _mysql-python: http://sourceforge.net/projects/mysql-python
-.. _MySQL Connector/Python: https://launchpad.net/myconnpy
+.. _MySQL Connector/Python: http://dev.mysql.com/downloads/connector/python/
 .. _OurSQL: http://packages.python.org/oursql/
 .. _pymysql: http://code.google.com/p/pymysql/
 .. _rdbms: https://developers.google.com/cloud-sql/docs/developers_guide_python
index bd8ee0139b2ad34abe15bf91ce590dcb5555af10..5b58552b8a74cc6a397f58f6ebcc47f9f3d4d775 100644 (file)
@@ -8,7 +8,8 @@
 
 MySQL Connector/Python is available at:
 
-    https://launchpad.net/myconnpy
+    http://dev.mysql.com/downloads/connector/python/
+
 
 Connecting
 -----------