Skip to content

Commit 6de94a7

Browse files
authored
Merge pull request #246 from harisibrahimkv/patch-1
Fixes the link to django-filter `usage documentation`.
2 parents 1bea96b + bf2b5a9 commit 6de94a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/filtering.rst

Lines changed: 2 additions & 2 deletions
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``.
@@ -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)