Skip to content

Commit bf2b5a9

Browse files
Changes one more occurence of the django-filter link.
1 parent b9c8bb5 commit bf2b5a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/filtering.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Filterable fields
2626
The ``filter_fields`` parameter is used to specify the fields which can
2727
be filtered upon. The value specified here is passed directly to
2828
``django-filter``, so see the `filtering
29-
documentation <https://django-filter.readthedocs.org/en/latest/usage.html#the-filter>`__
29+
documentation <https://django-filter.readthedocs.io/en/latest/guide/usage.html#the-filter>`__
3030
for full details on the range of options available.
3131

3232
For example:

0 commit comments

Comments
 (0)