From 37253fe39496362852eb8cfd248d96e57079aaf2 Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Sun, 12 Jul 2026 13:10:12 +0300 Subject: [PATCH] docs: link the concrete integrations/aiohttp/ docs page Point the pyproject Documentation URL and add an inline README link to the concrete integrations/aiohttp/ page instead of the docs-site root, so the PyPI sidebar and README route to the aiohttp guide. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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"