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"