From 60f68781da27cacce38faeaa3209ebcd15642e03 Mon Sep 17 00:00:00 2001 From: sanjibani <18418553+sanjibani@users.noreply.github.com> Date: Thu, 25 Jun 2026 19:37:03 +0530 Subject: [PATCH] docs(en): fix dead Ariadne docs and Ludwig v0.2 blog links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `ariadnegraphql.org/docs/fastapi-integration` returns 404 — the Ariadne site has been restructured and now points users at the GitHub repo. Same for `eng.uber.com/ludwig-v0-2/`, the v0.2 announcement post is gone; `ludwig.ai` is the current project homepage. Two files, three replacements. Translation copies will regenerate from these via scripts/translate.py. --- docs/en/docs/how-to/graphql.md | 2 +- docs/en/docs/index.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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/) diff --git a/docs/en/docs/index.md b/docs/en/docs/index.md index 7baeaab26..725ea0540 100644 --- a/docs/en/docs/index.md +++ b/docs/en/docs/index.md @@ -110,7 +110,7 @@ The key features are: