summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-09-03 16:42:43 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2015-09-03 16:43:22 -0400
commit6eb8901f62594ff18534e39bb0c657970410bace (patch)
tree8205ac73eb4bdf3c6390d09c746809e3fe94a3e8
parent518438bc4c3520e9ebc6d5646ffdb63531991e8a (diff)
downloadsqlalchemy-6eb8901f62594ff18534e39bb0c657970410bace.tar.gz
- update moved link, fixes #3351
(cherry picked from commit 176ac6ab0915f99d378c7d9be67e9c0a73ab1800)
-rw-r--r--doc/build/orm/tutorial.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/orm/tutorial.rst b/doc/build/orm/tutorial.rst
index a916dd37b..31a2fe998 100644
--- a/doc/build/orm/tutorial.rst
+++ b/doc/build/orm/tutorial.rst
@@ -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
========