From 900cae1507cc7de51a76d06aa0361fe1cf646a0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Neftal=C3=AD=20Acosta?= Date: Fri, 23 Jun 2017 08:09:10 +0100 Subject: [PATCH] Link broken The link to the Python Exception Handling Techniques article written by Doug Hellmann is broken. I could find the article in the URL I proposed. --- docs/api-guide/exceptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/exceptions.md b/docs/api-guide/exceptions.md index 03f16222d..ba3d5af9b 100644 --- a/docs/api-guide/exceptions.md +++ b/docs/api-guide/exceptions.md @@ -230,5 +230,5 @@ The generic views use the `raise_exception=True` flag, which means that you can By default this exception results in a response with the HTTP status code "400 Bad Request". -[cite]: http://www.doughellmann.com/articles/how-tos/python-exception-handling/index.html +[cite]: https://doughellmann.com/blog/2009/06/19/python-exception-handling-techniques/ [authentication]: authentication.md