summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2018-02-14 11:03:37 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2018-02-14 11:03:37 -0500
commit6c6a7720f221d255a9c8abaec24fc5272403019b (patch)
tree823447389005fbfee088356926e662949e6f12f8
parent15ea75981305fdad8286f6803671b864ccda13f2 (diff)
parent9feb900f3ec979725a9d3ee68f607f5b7606c061 (diff)
downloadsqlalchemy-6c6a7720f221d255a9c8abaec24fc5272403019b.tar.gz
Merge remote-tracking branch 'origin/pr/416'
-rw-r--r--doc/build/orm/session_basics.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/orm/session_basics.rst b/doc/build/orm/session_basics.rst
index 391c6131d..0e927094d 100644
--- a/doc/build/orm/session_basics.rst
+++ b/doc/build/orm/session_basics.rst
@@ -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.