Skip to content

Commit a29716e

Browse files
committed
link fix
1 parent 17b5505 commit a29716e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/interact-data/specify-a-query.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ cache. Future evaluations of the ``QuerySet`` reuse the cached results.
3636
.. tip::
3737

3838
To learn more about the Django ``QuerySet`` API, see `QuerySet API reference
39-
<{+django-docs+}/models/querysets/>`__ in the Django documentation.
39+
<{+django-docs+}/ref/models/querysets/>`__ in the Django documentation.
4040

4141
You can refine the set of documents that a query returns by creating a
4242
**query filter**. A query filter is an expression that specifies the search
@@ -255,7 +255,7 @@ expression matching, and year value matching for datetime fields.
255255
.. tip::
256256

257257
To view a full list of lookup types, see `Field lookups
258-
<{+django-docs+}/models/querysets/#field-lookups>`__ in the
258+
<{+django-docs+}/ref/models/querysets/#field-lookups>`__ in the
259259
``QuerySet`` Django documentation.
260260

261261
This section describes how to refine your query filters

0 commit comments

Comments
 (0)