From bd6c406f7010733016ff7c49a8a6e778b97b42f5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 5 Nov 2023 00:21:39 +0400 Subject: [PATCH] Fix link to `/orm/queryguide/index` in `doc/build/changelog/migration_20.rst` (#10584) --- 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 b7d7dbcdcb..8df134721e 100644 --- a/doc/build/changelog/migration_20.rst +++ b/doc/build/changelog/migration_20.rst @@ -1610,7 +1610,7 @@ necessary when using joined eager loading, the :meth:`_engine.Result.unique` modifier must be called first. Documentation for all new features of :func:`_sql.select` including execution -options, etc. are at :doc:`/orm/queryguide`. +options, etc. are at :doc:`/orm/queryguide/index`. Below are some examples of how to migrate to :func:`_sql.select`:: -- 2.47.3