From 51f6cb37bf99c07e52b2a06a5a3abd47f742fd2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Wed, 18 Sep 2024 10:20:04 -0700 Subject: [PATCH] Fix broken link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a8b70d..ce70947 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ versions](https://img.shields.io/pypi/pyversions/sphinx-autodoc-typehints.svg)]( This extension allows you to use Python 3 annotations for documenting acceptable argument types and return value types of functions. See an example of the Sphinx render at the -[pyproject-api docs](https://pyproject-api.readthedocs.io/en/latest/). +[pyproject-api docs](https://pyproject-api.readthedocs.io/latest/). This allows you to use type hints in a very natural fashion, allowing you to migrate from this: