summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2023-01-26 11:49:02 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2023-01-26 11:49:02 -0500
commit9b80df875f319d3d6072534b7d7d588a45ee5026 (patch)
tree6454e86728697e9f6df35d735ee9441c9636bf3b
parente299e212bf1143329dd9c92a44c89f0fa54bf821 (diff)
downloadsqlalchemy-9b80df875f319d3d6072534b7d7d588a45ee5026.tar.gz
fix link
Change-Id: I422ef943ae603e046f309618ba4191a7ba849537
-rw-r--r--doc/build/changelog/whatsnew_20.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/whatsnew_20.rst b/doc/build/changelog/whatsnew_20.rst
index 2fe7d78c9..3378f963e 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 <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