From 29060fad08190037d2aa36f00b55426593a722ec Mon Sep 17 00:00:00 2001 From: Peter Paul Kiefer Date: Sat, 12 Feb 2022 19:10:36 +0100 Subject: [PATCH] #1295 There is still a wrong link to github The referenced example is in main branch but the link goes to the master branch which still exists. --- docs/filtering.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/filtering.rst b/docs/filtering.rst index 16002c2..fb686a1 100644 --- a/docs/filtering.rst +++ b/docs/filtering.rst @@ -26,7 +26,7 @@ After installing ``django-filter`` you'll need to add the application in the ``s ] Note: The techniques below are demoed in the `cookbook example -app `__. +app `__. Filterable fields -----------------