From 5262290608dd9e92401823ac6dc432b6201f859e Mon Sep 17 00:00:00 2001
From: Firas K <3097061+firaskafri@users.noreply.github.com>
Date: Fri, 21 Apr 2023 21:40:51 +0300
Subject: [PATCH] Update django-filter url
---
docs/filtering.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/filtering.rst b/docs/filtering.rst
index fb686a1..d850b69 100644
--- a/docs/filtering.rst
+++ b/docs/filtering.rst
@@ -2,7 +2,7 @@ Filtering
=========
Graphene integrates with
-`django-filter `__ to provide filtering of results.
+`django-filter `__ to provide filtering of results.
See the `usage documentation `__
for details on the format for ``filter_fields``.