]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- update moved link, fixes #3351
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 3 Sep 2015 20:42:43 +0000 (16:42 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 3 Sep 2015 20:43:22 +0000 (16:43 -0400)
(cherry picked from commit 176ac6ab0915f99d378c7d9be67e9c0a73ab1800)

doc/build/orm/tutorial.rst

index a916dd37bf690ea246cc5a160c20876c37f2d181..31a2fe99893ecf96bf17e2168cb89c34ca0bbc21 100644 (file)
@@ -1720,7 +1720,7 @@ attribute:
     <User(name='jack', fullname='Jack Bean', password='gjffdd')>
 
 For more information on eager loading, including how to configure various forms
-of loading by default, see the section :doc:`/orm/loading`.
+of loading by default, see the section :doc:`/orm/loading_relationships`.
 
 Deleting
 ========