diff --git a/README.md b/README.md index bfed51f..4c615b3 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ Pytest integration for [Modern-DI](https://github.com/modern-python/modern-di) — turn any DI dependency into a pytest fixture with one line. +Full guide: [pytest integration docs](https://modern-di.modern-python.org/integrations/pytest/) + ## Installation ```bash diff --git a/pyproject.toml b/pyproject.toml index c848cbd..cf57312 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,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/pytest/" Repository = "https://github.com/modern-python/modern-di-pytest" Issues = "https://github.com/modern-python/modern-di-pytest/issues" Changelog = "https://github.com/modern-python/modern-di-pytest/releases"