]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fixed link to Flask-SQLAlchemy in documentation
authorTim Shaffer <timshaffer@me.com>
Wed, 17 Jan 2018 12:04:16 +0000 (07:04 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 Feb 2018 16:00:34 +0000 (11:00 -0500)
(cherry picked from commit 9feb900f3ec979725a9d3ee68f607f5b7606c061)

doc/build/orm/session_basics.rst

index 391c6131dcf1f4f86b7eca56e704ac51d87f6400..0e927094d38fa2478e7150752428d273545bc6bd 100644 (file)
@@ -268,7 +268,7 @@ unconditionally at the end.
 
 Some web frameworks include infrastructure to assist in the task
 of aligning the lifespan of a :class:`.Session` with that of a web request.
-This includes products such as `Flask-SQLAlchemy <http://packages.python.org/Flask-SQLAlchemy/>`_,
+This includes products such as `Flask-SQLAlchemy <http://flask-sqlalchemy.pocoo.org>`_,
 for usage in conjunction with the Flask web framework,
 and `Zope-SQLAlchemy <http://pypi.python.org/pypi/zope.sqlalchemy>`_,
 typically used with the Pyramid framework.