update patterns, snippets, extensions docs

This commit is contained in:
David Lord 2019-09-23 08:19:40 -07:00
parent 9ed8ac2c19
commit 4504c6d7b8
9 changed files with 71 additions and 71 deletions

View file

@ -144,7 +144,7 @@ If you're writing an extension, :data:`g` should be reserved for user
code. You may store internal data on the context itself, but be sure to
use a sufficiently unique name. The current context is accessed with
:data:`_app_ctx_stack.top <_app_ctx_stack>`. For more information see
:doc:`extensiondev`.
:doc:`/extensiondev`.
Events and Signals