Skip to content

Commit fc2225b

Browse files
committed
Fixed a broken link in the docs
1 parent f9846b9 commit fc2225b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/upgrading.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ by design much more restricted to only allow JSON with a few small
3434
extensions for tuples and strings with HTML markup.
3535

3636
In order to not break people's sessions it is possible to continue using
37-
the old session system by using the `Flask-OldSessions_` extension.
37+
the old session system by using the `Flask-OldSessions`_ extension.
3838

3939
Flask also started storing the :data:`flask.g` object on the application
4040
context instead of the request context. This change should be transparent

0 commit comments

Comments
 (0)