diff --git a/docs/filtering.rst b/docs/filtering.rst
index d22d349..a511c64 100644
--- a/docs/filtering.rst
+++ b/docs/filtering.rst
@@ -2,8 +2,8 @@ Filtering
=========
Graphene integrates with
-`django-filter `__ to provide filtering of results. See the `usage
-documentation `__
+`django-filter `__ to provide filtering of results.
+See the `usage documentation `__
for details on the format for ``filter_fields``.
This filtering is automatically available when implementing a ``relay.Node``.