summaryrefslogtreecommitdiff
path: root/doc/build/changelog/migration_20.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/changelog/migration_20.rst')
-rw-r--r--doc/build/changelog/migration_20.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/migration_20.rst b/doc/build/changelog/migration_20.rst
index a1b20c670..39ca2099c 100644
--- a/doc/build/changelog/migration_20.rst
+++ b/doc/build/changelog/migration_20.rst
@@ -1221,7 +1221,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:`/queryguide`.
+options, etc. are at :doc:`/orm/queryguide`.
Below are some examples of how to migrate to :func:`_sql.select`::