diff --git a/README.md b/README.md index c7e6b78..1141bd0 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ [Modern-DI](https://github.com/modern-python/modern-di) integration for [aiohttp](https://docs.aiohttp.org). +Full guide: [aiohttp integration docs](https://modern-di.modern-python.org/integrations/aiohttp/) + ## Installation ```bash diff --git a/pyproject.toml b/pyproject.toml index 362b182..92d48af 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/aiohttp/" Repository = "https://github.com/modern-python/modern-di-aiohttp" Issues = "https://github.com/modern-python/modern-di-aiohttp/issues" Changelog = "https://github.com/modern-python/modern-di-aiohttp/releases"