Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/guides/creating-and-discovering-plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ Using naming convention for plugins also allows you to query the
Python Package Index's `simple API`_ for all packages that conform to your
naming convention.

.. _flask: https://flask.pocoo.org
.. _Flask-SQLAlchemy: https://flask-sqlalchemy.pocoo.org/
.. _Flask: https://pypi.org/project/Flask/
.. _Flask-SQLAlchemy: https://pypi.org/project/Flask-SQLAlchemy/
.. _Flask-Talisman: https://pypi.org/project/flask-talisman
.. _simple API: https://www.python.org/dev/peps/pep-0503/#specification

Expand Down