From 9ccba268c07771b4e6a8c6a4b9950966dd5201f5 Mon Sep 17 00:00:00 2001 From: Brett Slatkin Date: Fri, 14 Jun 2019 16:11:34 -0700 Subject: [PATCH] Making errata link to all issues, not just open ones --- Errata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Errata.md b/Errata.md index a9eec2a..153d010 100644 --- a/Errata.md +++ b/Errata.md @@ -1,3 +1,3 @@ # Errata -You can see a list of errors that have been found in [_Effective Python_](http://www.effectivepython.com) by looking at the `Confirmed` label for open issues [following this link](https://github.com/bslatkin/effectivepython/issues?q=is%3Aopen+is%3Aissue+label%3AConfirmed). If you found a mistake and don't see it listed there, [please create a new issue](https://github.com/bslatkin/effectivepython/issues/new). Thanks for your help! +You can see a list of errors that have been found in [_Effective Python_](http://www.effectivepython.com) by looking at the `Confirmed` label for open issues [following this link](https://github.com/bslatkin/effectivepython/issues?q=is%3Aissue+label%3AConfirmed). If you found a mistake and don't see it listed there, [please create a new issue](https://github.com/bslatkin/effectivepython/issues/new). Thanks for your help!