]> 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:42 +0000 (11:00 -0500)
(cherry picked from commit 9feb900f3ec979725a9d3ee68f607f5b7606c061)

doc/build/orm/session_basics.rst

index c71b2342793aad9bd24a58df383d5fcf779f4dba..06cd23bd2852c9de82ce77fc16668019e580e920 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.