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

@ -43,7 +43,7 @@ Building Extensions
While the `PyPI <pypi_>`_ contains many Flask extensions, you may
not find an extension that fits your need. If this is the case, you can
create your own. Read :ref:`extension-dev` to develop your own Flask
create your own. Read :doc:`/extensiondev` to develop your own Flask
extension.