From: Federico Caselli Date: Tue, 10 Jun 2025 22:11:10 +0000 (+0200) Subject: fix wrong reference link in changelog X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=62d4bd667d8ef9932c56522ba2b933cb10d36ead;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix wrong reference link in changelog Change-Id: I55cf7c6f128cd618cb261b38929bf962586b59e8 --- diff --git a/doc/build/changelog/unreleased_21/12437.rst b/doc/build/changelog/unreleased_21/12437.rst index d3aa2092a8..30db82f074 100644 --- a/doc/build/changelog/unreleased_21/12437.rst +++ b/doc/build/changelog/unreleased_21/12437.rst @@ -6,6 +6,6 @@ version 1.3, has been removed. The sole use case for "non primary" mappers was that of using :func:`_orm.relationship` to link to a mapped class against an alternative selectable; this use case is now suited by the - :doc:`relationship_aliased_class` feature. + :ref:`relationship_aliased_class` feature.