From fc2225b46361515d2b1a7ef75a41f16e68f20577 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 9 Jun 2013 12:47:01 +0100 Subject: [PATCH] Fixed a broken link in the docs --- docs/upgrading.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrading.rst b/docs/upgrading.rst index 1d9239f5..4a0676a8 100644 --- a/docs/upgrading.rst +++ b/docs/upgrading.rst @@ -34,7 +34,7 @@ by design much more restricted to only allow JSON with a few small extensions for tuples and strings with HTML markup. In order to not break people's sessions it is possible to continue using -the old session system by using the `Flask-OldSessions_` extension. +the old session system by using the `Flask-OldSessions`_ extension. Flask also started storing the :data:`flask.g` object on the application context instead of the request context. This change should be transparent