From: Yurii Motov Date: Thu, 9 Jul 2026 20:53:47 +0000 (+0200) Subject: Fix 404 ariadnegraphql X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd3a08572d61b3423507e4c687fca1b970238844;p=thirdparty%2Ffastapi%2Ffastapi.git Fix 404 ariadnegraphql --- diff --git a/docs/en/docs/how-to/graphql.md b/docs/en/docs/how-to/graphql.md index de149a74a8..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://ariadnegraphql.org/docs/fastapi-integration) + * 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/)