From 6bc90ba92c3dee1a100d9ba824965a0ac5109523 Mon Sep 17 00:00:00 2001 From: Patrick Wehbe Date: Mon, 22 Jun 2026 12:02:51 +0300 Subject: [PATCH] Point Ariadne link to the FastAPI integration docs page --- docs/en/docs/how-to/graphql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/how-to/graphql.md b/docs/en/docs/how-to/graphql.md index 4572b3481a..2adbf4ce9b 100644 --- a/docs/en/docs/how-to/graphql.md +++ b/docs/en/docs/how-to/graphql.md @@ -21,7 +21,7 @@ Here are some of the **GraphQL** libraries that have **ASGI** support. You could * [Strawberry](https://strawberry.rocks/) 🍓 * With [docs for FastAPI](https://strawberry.rocks/docs/integrations/fastapi) * [Ariadne](https://ariadnegraphql.org/) - * With [docs for FastAPI](https://github.com/mirumee/ariadne) + * With [docs for FastAPI](https://ariadnegraphql.org/server/Integrations/fastapi-integration) * [Tartiflette](https://tartiflette.io/) * With [Tartiflette ASGI](https://tartiflette.github.io/tartiflette-asgi/) to provide ASGI integration * [Graphene](https://graphene-python.org/)