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