From 37bdeb9835b365785082253b5013caf8dd626b70 Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Sun, 12 Jul 2026 13:10:26 +0300 Subject: [PATCH] docs: link the concrete integrations/faststream/ docs page Point the pyproject Documentation URL and add an inline README link to the concrete integrations/faststream/ page instead of the docs-site root, so the PyPI sidebar and README route to the faststream 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 b3560d2..336c73d 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ [Modern-DI](https://github.com/modern-python/modern-di) integration for [FastStream](https://faststream.ag2.ai). +Full guide: [FastStream integration docs](https://modern-di.modern-python.org/integrations/faststream/) + ## Installation ```bash diff --git a/pyproject.toml b/pyproject.toml index 81e619d..f8a0332 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/faststream/" Repository = "https://github.com/modern-python/modern-di-faststream" Issues = "https://github.com/modern-python/modern-di-faststream/issues" Changelog = "https://github.com/modern-python/modern-di-faststream/releases"