]> 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:42:43 +0000 (16:42 -0400)
doc/build/orm/tutorial.rst

index b3d6e2042a9fffc659718d66c3315d58eedef490..6958e15d812839bc44a70453a31b87afc742a3ea 100644 (file)
@@ -1744,7 +1744,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
 ========