From 6cd54a48358bd68e21331ec476fe0b21278025d0 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Wed, 3 Sep 2014 22:33:05 +0200 Subject: [PATCH] Fixed some cross linking in the docs --- docs/blueprints.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/blueprints.rst b/docs/blueprints.rst index 4bd949a1..6569cc51 100644 --- a/docs/blueprints.rst +++ b/docs/blueprints.rst @@ -3,6 +3,8 @@ Modular Applications with Blueprints ==================================== +.. currentmodule:: flask + .. versionadded:: 0.7 Flask uses a concept of *blueprints* for making application components and