diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-07-03 12:16:07 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-07-03 12:16:07 -0400 |
commit | cf21497f02e64b6ddec82e12a7c26b9476616b00 (patch) | |
tree | 74654c22d687eae7c3391a9ceed5f70579b41613 | |
parent | d58846ba7ec9897fad6a0aea9261c9f033489275 (diff) | |
download | sqlalchemy-cf21497f02e64b6ddec82e12a7c26b9476616b00.tar.gz |
- fix the link here fixes 3473
-rw-r--r-- | doc/build/orm/session_basics.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/orm/session_basics.rst b/doc/build/orm/session_basics.rst index 5e502503a..dd1162216 100644 --- a/doc/build/orm/session_basics.rst +++ b/doc/build/orm/session_basics.rst @@ -158,7 +158,7 @@ Session Frequently Asked Questions =================================== By this point, many users already have questions about sessions. -This section presents a mini-FAQ (note that we have also a `real FAQ </faq/index>`) +This section presents a mini-FAQ (note that we have also a :doc:`real FAQ </faq/index>`) of the most basic issues one is presented with when using a :class:`.Session`. When do I make a :class:`.sessionmaker`? |