#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.
This commit is contained in:
Peter Paul Kiefer 2022-02-12 19:10:36 +01:00
parent b6d686e127
commit 29060fad08

View File

@ -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 <https://github.com/graphql-python/graphene-django/tree/master/examples/cookbook>`__.
app <https://github.com/graphql-python/graphene-django/tree/main/examples/cookbook>`__.
Filterable fields
-----------------