From 125e46d51839a41948f2e7402e22f2457da26e9a Mon Sep 17 00:00:00 2001 From: Thomas Hisch Date: Sat, 15 Apr 2023 03:50:56 +0200 Subject: [PATCH] Fix broken github link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 324647a7..8f3bb3b4 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ added. The `:rtype:` directive is added if and only if no existing `:rtype:` is To use [sphinx.ext.napoleon](http://www.sphinx-doc.org/en/stable/ext/napoleon.html) with sphinx-autodoc-typehints, make sure you load [sphinx.ext.napoleon](http://www.sphinx-doc.org/en/stable/ext/napoleon.html) first, **before** -sphinx-autodoc-typehints. See [Issue 15](https://github.com/agronholm/sphinx-autodoc-typehints/issues/15) on the issue +sphinx-autodoc-typehints. See [Issue 15](https://github.com/tox-dev/sphinx-autodoc-typehints/issues/15) on the issue tracker for more information. ## Dealing with circular imports