From: Sebastián Ramírez Date: Sat, 4 Nov 2023 20:22:29 +0000 (+0400) Subject: Fix link to change_4639in `doc/build/changelog/migration_20.rst` (#10585) X-Git-Tag: rel_2_0_24~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd79f8ae6d4d1edec87e723870f4e549fac4b622;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix link to change_4639in `doc/build/changelog/migration_20.rst` (#10585) --- diff --git a/doc/build/changelog/migration_20.rst b/doc/build/changelog/migration_20.rst index 8df134721e..fe86338ee2 100644 --- a/doc/build/changelog/migration_20.rst +++ b/doc/build/changelog/migration_20.rst @@ -1687,7 +1687,7 @@ ORM-specific compiler plugins receive the :class:`_sql.Select` construct and interpret its contents in terms of an ORM-style query, before passing off to the core-level compiler in order to create a SQL string. With the advent of the new -`SQL compilation caching system `, +:ref:`SQL compilation caching system `, the majority of this ORM logic is also cached.