Skip to content

Commit 090ce6e

Browse files
repodevsjkimbo
authored andcommitted
Fix invalid url django-filter docs (#589)
1 parent 923d828 commit 090ce6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial-relay.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Create ``cookbook/ingredients/schema.py`` and type the following:
158158
The filtering functionality is provided by
159159
`django-filter <https://django-filter.readthedocs.org>`__. See the
160160
`usage
161-
documentation <https://django-filter.readthedocs.org/en/latest/usage.html#the-filter>`__
161+
documentation <https://django-filter.readthedocs.org/en/latest/guide/usage.html#the-filter>`__
162162
for details on the format for ``filter_fields``. While optional, this
163163
tutorial makes use of this functionality so you will need to install
164164
``django-filter`` for this tutorial to work:

0 commit comments

Comments
 (0)