]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
Fix 404 ariadnegraphql
authorYurii Motov <yurii.motov.monte@gmail.com>
Thu, 9 Jul 2026 20:53:47 +0000 (22:53 +0200)
committerYurii Motov <yurii.motov.monte@gmail.com>
Thu, 9 Jul 2026 20:53:47 +0000 (22:53 +0200)
docs/en/docs/how-to/graphql.md

index de149a74a8a02c3ae0e9bca062b0510e99122140..2adbf4ce9bed4e73f97dfccb8bbac8d586f5ad67 100644 (file)
@@ -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/)