From 7cd17d2624f55bf5adfbd6de7102f63d7b959d33 Mon Sep 17 00:00:00 2001 From: Patrick Wehbe Date: Sat, 20 Jun 2026 22:52:42 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Fix=20dead=20Ariadne=20FastAPI?= =?UTF-8?q?=20docs=20link=20in=20How=20To=20-=20GraphQL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The linked page https://ariadnegraphql.org/docs/fastapi-integration now returns 404; Ariadne removed their /docs/ tree. Repoint the "docs for FastAPI" link to the current canonical Ariadne resource, the project repository at https://github.com/mirumee/ariadne, whose README documents its ASGI/FastAPI integration. This is also where ariadnegraphql.org now links for documentation. --- 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 de149a74a..4572b3481 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://ariadnegraphql.org/docs/fastapi-integration) + * With [docs for FastAPI](https://github.com/mirumee/ariadne) * [Tartiflette](https://tartiflette.io/) * With [Tartiflette ASGI](https://tartiflette.github.io/tartiflette-asgi/) to provide ASGI integration * [Graphene](https://graphene-python.org/)