]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- update mysql connector python links, #2938 rel_0_6
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:51 +0000 (20:51 -0500)
doc/build/core/engines.rst
lib/sqlalchemy/dialects/mysql/mysqlconnector.py

index 90aa749fd8b0bfde1dd1f0d79070a89279845f85..649eb807466f17b80c1b69c601d140541a4e1e03 100644 (file)
@@ -108,7 +108,7 @@ python-sybase_             ``sybase+pysybase``          yes [1]_     development
 .. _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/
 .. _PostgreSQL JDBC Driver: http://jdbc.postgresql.org/
 .. _sqlite3: http://docs.python.org/library/sqlite3.html
index 3e806cc4fe957377ed5d122cdb7c0061c0c17b27..780a8a72d8e45579ca1df4b6cf62279f1c160738 100644 (file)
@@ -8,7 +8,8 @@
 
 MySQL Connector/Python is available at:
 
-    https://launchpad.net/myconnpy
+    http://dev.mysql.com/downloads/connector/python/
+
 
 Connecting
 -----------