Skip to content

Commit

Permalink
Update RTD links w/https & .io
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwidman committed Feb 10, 2017
1 parent 02ff95a commit e33f3e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -40,4 +40,4 @@ In production, setting ``app.debug = False`` will disable the toolbar.

See the `documentation`_ for more information.

.. _documentation: http://flask-debugtoolbar.readthedocs.org
.. _documentation: https://flask-debugtoolbar.readthedocs.io/
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -15,7 +15,7 @@
setup(
name='Flask-DebugToolbar',
version='0.10.0',
url='http://flask-debugtoolbar.rtfd.org/',
url='https://flask-debugtoolbar.readthedocs.io/',
license='BSD',
author='Michael van Tellingen',
author_email='michaelvantellingen@gmail.com',
Expand Down

0 comments on commit e33f3e1

Please sign in to comment.