diff --git a/README.md b/README.md index 40fc711..52a6ef7 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ [Modern-DI](https://github.com/modern-python/modern-di) integration for [FastAPI](https://fastapi.tiangolo.com). +Full guide: [FastAPI integration docs](https://modern-di.modern-python.org/integrations/fastapi/) + Usage example: [fastapi-sqlalchemy-template](https://github.com/modern-python/fastapi-sqlalchemy-template) ## Installation diff --git a/pyproject.toml b/pyproject.toml index 50e4c79..361c7af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ version = "0" [project.urls] Homepage = "https://modern-di.modern-python.org" -Documentation = "https://modern-di.modern-python.org" +Documentation = "https://modern-di.modern-python.org/integrations/fastapi/" Repository = "https://github.com/modern-python/modern-di-fastapi" Issues = "https://github.com/modern-python/modern-di-fastapi/issues" Changelog = "https://github.com/modern-python/modern-di-fastapi/releases"