Merge branch '1.0.x' into 1.1.x

This commit is contained in:
David Lord 2019-09-23 08:38:11 -07:00
commit 746d9181d7
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
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.