]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- fix broken link to loader behavior
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 7 Nov 2015 19:24:12 +0000 (14:24 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 7 Nov 2015 19:24:12 +0000 (14:24 -0500)
doc/build/faq/sessions.rst

index 2e4bdd4c8fc0d7a24a86450f34d45620641039c6..8a47db77a4183bb109b651051d6a938918c1392e 100644 (file)
@@ -268,7 +268,7 @@ The joins generated by joined eager loading are only used to fully load related
 collections, and are designed to have no impact on the primary results of the query.
 Since they are anonymously aliased, they cannot be referenced directly.
 
-For detail on this beahvior, see :doc:`orm/loading`.
+For detail on this beahvior, see :ref:`zen_of_eager_loading`.
 
 Query has no ``__len__()``, why not?
 ------------------------------------