From 94f262ee72d2dd2998b67e87edc9d69e2bb9477f Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Sun, 12 Jul 2026 13:10:42 +0300 Subject: [PATCH] docs: link the concrete integrations/typer/ docs page Point the pyproject Documentation URL and add an inline README link to the concrete integrations/typer/ page instead of the docs-site root, so the PyPI sidebar and README route to the typer 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 1a6d1cf..2de8aed 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ [Modern-DI](https://github.com/modern-python/modern-di) integration for [Typer](https://typer.tiangolo.com). +Full guide: [Typer integration docs](https://modern-di.modern-python.org/integrations/typer/) + ## Installation ```bash diff --git a/pyproject.toml b/pyproject.toml index 7bbafcb..5421a77 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/typer/" Repository = "https://github.com/modern-python/modern-di-typer" Issues = "https://github.com/modern-python/modern-di-typer/issues" Changelog = "https://github.com/modern-python/modern-di-typer/releases"