diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-09-03 16:42:43 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-09-03 16:42:43 -0400 |
commit | 176ac6ab0915f99d378c7d9be67e9c0a73ab1800 (patch) | |
tree | d2707ae9e229a9edd3f9161faf411dfaf2203635 | |
parent | 67a42103d9646599c9867c81b3e59d46d9705bfa (diff) | |
download | sqlalchemy-176ac6ab0915f99d378c7d9be67e9c0a73ab1800.tar.gz |
- update moved link, fixes #3351
-rw-r--r-- | doc/build/orm/tutorial.rst | 2 |
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 ======== |