From 9292b1a7b66016affe55349e4b219df9958edcb0 Mon Sep 17 00:00:00 2001 From: Patrick Arminio Date: Sun, 18 Aug 2024 10:33:38 +0200 Subject: [PATCH] Fix link --- docs/integrations/django.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/integrations/django.md b/docs/integrations/django.md index 6dc7f975af..2a4e75266a 100644 --- a/docs/integrations/django.md +++ b/docs/integrations/django.md @@ -280,5 +280,4 @@ class MyGraphQLView(AsyncGraphQLView): Subscriptions run over websockets and thus depend on [channels](https://channels.readthedocs.io/). Take a look at our -[channels integraton](/docs/integrations/channels.md) page for more information -regarding it. +[channels integraton](./channels.md) page for more information regarding it.