From: Mike Bayer Date: Fri, 3 Jul 2015 16:16:07 +0000 (-0400) Subject: - fix the link here fixes 3473 X-Git-Tag: rel_1_0_7~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf21497f02e64b6ddec82e12a7c26b9476616b00;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - fix the link here fixes 3473 --- diff --git a/doc/build/orm/session_basics.rst b/doc/build/orm/session_basics.rst index 5e502503a1..dd11622162 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 `) +This section presents a mini-FAQ (note that we have also a :doc:`real FAQ `) of the most basic issues one is presented with when using a :class:`.Session`. When do I make a :class:`.sessionmaker`?