]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- fix the link here fixes 3473
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 3 Jul 2015 16:16:07 +0000 (12:16 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 3 Jul 2015 16:16:07 +0000 (12:16 -0400)
doc/build/orm/session_basics.rst

index 5e502503a1904752d67b7b682b6e6f1895cc6b4b..dd116221621ec1f3300b0936926cc8104970b1dc 100644 (file)
@@ -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`?