From dd79f8ae6d4d1edec87e723870f4e549fac4b622 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 5 Nov 2023 00:22:29 +0400 Subject: [PATCH] Fix link to change_4639in `doc/build/changelog/migration_20.rst` (#10585) --- doc/build/changelog/migration_20.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3