From 4b8a73c652e6b50316e4db635561967680f704e0 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sun, 26 Oct 2014 02:01:42 +0200 Subject: [PATCH] Fix broken link --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 54cd4bf5..f942dc6f 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -858,7 +858,7 @@ The attached :attr:`~flask.Flask.logger` is a standard logging documentation `_ for more information. -Read more on :ref:`errorhandling`. +Read more on :ref:`application-errors`. Hooking in WSGI Middlewares ---------------------------