]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Update URL for PyMySQL documentation
authorLogan Rosen <loganrosen@gmail.com>
Thu, 28 Jun 2018 20:04:27 +0000 (16:04 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 Jun 2018 20:13:00 +0000 (16:13 -0400)
(cherry picked from commit b694a309e89e7c3e57e83dd10e9a75c66672c396)

lib/sqlalchemy/dialects/mysql/pymysql.py

index 3e50ecd3a6a33f5e802f2711f63176dd94b37827..4f1c792f958c7096e8baac03b9a1b11681217262 100644 (file)
@@ -12,7 +12,7 @@
     :dbapi: pymysql
     :connectstring: mysql+pymysql://<username>:<password>@<host>/<dbname>\
 [?<options>]
-    :url: http://www.pymysql.org/
+    :url: https://pymysql.readthedocs.io/
 
 Unicode
 -------