]> 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)
committerGitHub <noreply@github.com>
Wed, 17 Jan 2018 12:04:16 +0000 (07:04 -0500)
doc/build/orm/session_basics.rst

index de0dd1e3a8fec35ccb2c4f5566d4d451cbd6c5ff..a4d533394957551b3a406d6d6812fe59fde865a1 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.