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.