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:42:43 -0400
commit176ac6ab0915f99d378c7d9be67e9c0a73ab1800 (patch)
treed2707ae9e229a9edd3f9161faf411dfaf2203635
parent67a42103d9646599c9867c81b3e59d46d9705bfa (diff)
downloadsqlalchemy-176ac6ab0915f99d378c7d9be67e9c0a73ab1800.tar.gz
- update moved link, fixes #3351
-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 b3d6e2042..6958e15d8 100644
--- a/doc/build/orm/tutorial.rst
+++ b/doc/build/orm/tutorial.rst
@@ -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
========