Skip to content

Commit b9c8bb5

Browse files
Fixes the link to django-filter usage documentation.
1 parent 2929d08 commit b9c8bb5

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
@@ -4,7 +4,7 @@ Filtering
44
Graphene integrates with
55
`django-filter <https://django-filter.readthedocs.org>`__ to provide
66
filtering of results. See the `usage
7-
documentation <https://django-filter.readthedocs.org/en/latest/usage.html#the-filter>`__
7+
documentation <https://django-filter.readthedocs.io/en/latest/guide/usage.html#the-filter>`__
88
for details on the format for ``filter_fields``.
99

1010
This filtering is automatically available when implementing a ``relay.Node``.

0 commit comments

Comments
 (0)