]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix link to `/orm/queryguide/index` in `doc/build/changelog/migration_20.rst` (#10584)
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 4 Nov 2023 20:21:39 +0000 (00:21 +0400)
committerGitHub <noreply@github.com>
Sat, 4 Nov 2023 20:21:39 +0000 (21:21 +0100)
doc/build/changelog/migration_20.rst

index b7d7dbcdcb9ae41f17a4ea067329503ac57941dd..8df134721e72ca8d0410b073f72f374b15311153 100644 (file)
@@ -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`::