Skip to content

Commit

Permalink
Fix invalid url django-filter docs (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
repodevs authored and jkimbo committed Mar 31, 2019
1 parent 923d828 commit 090ce6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial-relay.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Create ``cookbook/ingredients/schema.py`` and type the following:
The filtering functionality is provided by
`django-filter <https://django-filter.readthedocs.org>`__. See the
`usage
documentation <https://django-filter.readthedocs.org/en/latest/usage.html#the-filter>`__
documentation <https://django-filter.readthedocs.org/en/latest/guide/usage.html#the-filter>`__
for details on the format for ``filter_fields``. While optional, this
tutorial makes use of this functionality so you will need to install
``django-filter`` for this tutorial to work:
Expand Down

0 comments on commit 090ce6e

Please sign in to comment.