From: Mike Bayer Date: Thu, 26 Jan 2023 16:49:02 +0000 (-0500) Subject: fix link X-Git-Tag: rel_2_0_0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b80df875f319d3d6072534b7d7d588a45ee5026;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix link Change-Id: I422ef943ae603e046f309618ba4191a7ba849537 --- diff --git a/doc/build/changelog/whatsnew_20.rst b/doc/build/changelog/whatsnew_20.rst index 2fe7d78c98..3378f963ee 100644 --- a/doc/build/changelog/whatsnew_20.rst +++ b/doc/build/changelog/whatsnew_20.rst @@ -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 ` feature, +* The new :ref:`ORM Bulk Insert Statement ` feature, which improves upon the experimental version of this feature first introduced in SQLAlchemy 1.4. * the :class:`_orm.Session` "bulk" operations described at