]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix link
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 26 Jan 2023 16:49:02 +0000 (11:49 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 26 Jan 2023 16:49:02 +0000 (11:49 -0500)
Change-Id: I422ef943ae603e046f309618ba4191a7ba849537

doc/build/changelog/whatsnew_20.rst

index 2fe7d78c984ea6f5d2a763acc321f3ccc1536e73..3378f963ee2fa0d2ab6e16c7d5a5f82b37ec0ce1 100644 (file)
@@ -924,7 +924,7 @@ Operations that are improved by this feature include:
 
 * unit of work flushes for objects added to the session using
   :meth:`_orm.Session.add` and :meth:`_orm.Session.add_all`.
-* The new `ORM Bulk Insert Statement <orm_queryguide_bulk_insert>` feature,
+* The new :ref:`ORM Bulk Insert Statement <orm_queryguide_bulk_insert>` feature,
   which improves upon the experimental version of this feature first introduced
   in SQLAlchemy 1.4.
 * the :class:`_orm.Session` "bulk" operations described at