From 817dc60a47d54125bdf4b120dc5a10d9ab50f322 Mon Sep 17 00:00:00 2001 From: Cody Fincher <204685+cofin@users.noreply.github.com> Date: Tue, 21 Jan 2025 09:25:49 -0600 Subject: [PATCH] docs: correct invalid link to FastAPI example (#360) --- README.md | 2 +- docs/PYPI_README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a45a649..01043d76 100644 --- a/README.md +++ b/README.md @@ -333,7 +333,7 @@ or the [project-specific GitHub discussions page][project-discussions]. [project-discussions]: https://github.com/litestar-org/advanced-alchemy/discussions [project-docs]: https://docs.advanced-alchemy.litestar.dev [install-guide]: https://docs.advanced-alchemy.litestar.dev/latest/#installation -[fastapi-example]: https://github.com/litestar-org/advanced-alchemy/blob/main/examples/fastapi.py +[fastapi-example]: https://github.com/litestar-org/advanced-alchemy/blob/main/examples/fastapi_service.py [flask-example]: https://github.com/litestar-org/advanced-alchemy/blob/main/examples/flask/flask_services.py [litestar-example]: https://github.com/litestar-org/advanced-alchemy/blob/main/examples/litestar.py [standalone-example]: https://github.com/litestar-org/advanced-alchemy/blob/main/examples/standalone.py diff --git a/docs/PYPI_README.md b/docs/PYPI_README.md index e3cea039..3cb41fef 100644 --- a/docs/PYPI_README.md +++ b/docs/PYPI_README.md @@ -10,7 +10,7 @@ [project-discussions]: https://github.com/litestar-org/advanced-alchemy/discussions [project-docs]: https://docs.advanced-alchemy.litestar.dev [install-guide]: https://docs.advanced-alchemy.litestar.dev/latest/#installation -[fastapi-example]: https://github.com/litestar-org/advanced-alchemy/blob/main/examples/fastapi.py +[fastapi-example]: https://github.com/litestar-org/advanced-alchemy/blob/main/examples/fastapi_service.py [flask-example]: https://github.com/litestar-org/advanced-alchemy/blob/main/examples/flask/flask_services.py [litestar-example]: https://github.com/litestar-org/advanced-alchemy/blob/main/examples/litestar.py [standalone-example]: https://github.com/litestar-org/advanced-alchemy/blob/main/examples/standalone.py