diff --git a/README.md b/README.md index c5d4b73..9e5a630 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ function: If the original function is fully annotated as non-`Any`, the resulting decorated function annotations should be correctly inferred (according to -[kaioretry test](/Anvil/kaioretry/main/test/static_analysis)). +[kaioretry test](/test/static_analysis)). It is unclear to me right now, if the `kaioretry.aioretry` function type hints are incorrect or if it is an issue with either mypy or cpython. Or both. Or