📝 Fix dead Ariadne FastAPI docs link in `How To - GraphQL` by patrickwehbe · Pull Request #15815 · fastapi/fastapi · GitHub
Skip to content

📝 Fix dead Ariadne FastAPI docs link in How To - GraphQL#15815

Open
patrickwehbe wants to merge 2 commits into
fastapi:masterfrom
patrickwehbe:fix-ariadne-fastapi-docs-link
Open

📝 Fix dead Ariadne FastAPI docs link in How To - GraphQL#15815
patrickwehbe wants to merge 2 commits into
fastapi:masterfrom
patrickwehbe:fix-ariadne-fastapi-docs-link

Conversation

@patrickwehbe

Copy link
Copy Markdown

Description

The "docs for FastAPI" link under Ariadne on the How To - GraphQL page points to https://ariadnegraphql.org/docs/fastapi-integration, which now returns HTTP 404. Ariadne reorganized their site and removed the old /docs/ tree, so that page no longer exists.

This repoints the link to the current canonical Ariadne resource: the project repository at https://github.com/mirumee/ariadne, whose README documents Ariadne's ASGI/FastAPI integration ("ASGI and WSGI support, with integrations for Django, FastAPI, Flask, and Starlette"). The Ariadne website itself now links to this repository for documentation.

Verification

Checked both URLs with curl -L -A "Mozilla/5.0":

  • Old https://ariadnegraphql.org/docs/fastapi-integration -> 404
  • New https://github.com/mirumee/ariadne -> 200

Single-line change to docs/en/docs/how-to/graphql.md.

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.
@github-actions github-actions Bot added the docs Documentation about how to use FastAPI label Jun 20, 2026
@github-actions

github-actions Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

@YuriiMotov

Copy link
Copy Markdown
Member

@patrickwehbe

Copy link
Copy Markdown
Author

Good call, updated it to point at https://ariadnegraphql.org/server/Integrations/fastapi-integration instead of the repo. Thanks!

mohamedtaqysalmi

This comment was marked as spam.

@DTiming24

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation about how to use FastAPI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants