From 255eefb99cf48387961adfb07436aef9575af85e Mon Sep 17 00:00:00 2001 From: Praveen Durairaju Date: Tue, 3 Mar 2020 12:39:50 +0530 Subject: [PATCH] fix broken link --- docs/graphql/manual/guides/integrations/aws-cognito.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/graphql/manual/guides/integrations/aws-cognito.rst b/docs/graphql/manual/guides/integrations/aws-cognito.rst index 562161e25b159..f21138029d6b4 100644 --- a/docs/graphql/manual/guides/integrations/aws-cognito.rst +++ b/docs/graphql/manual/guides/integrations/aws-cognito.rst @@ -15,4 +15,4 @@ Using AWS Cognito for authentication Cognito can be used in both :doc:`JWT mode <../../auth/authentication/jwt>` and :doc:`webhook mode <../../auth/authentication/webhook>`. - For JWT, `this blog post `__ contains detailed instructions. -- For webhook, a thin wrapper/webhook that implements `this spec `__ needs to be written. Boilerplates to write this webhook can be found `here `__. +- For webhook, a thin wrapper/webhook that implements `this spec `__ needs to be written. Boilerplates to write this webhook can be found `here `__.