diff --git a/README.rst b/README.rst index 4ae7e7c..85ac80e 100644 --- a/README.rst +++ b/README.rst @@ -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/ diff --git a/setup.py b/setup.py index 366acea..00d25d0 100644 --- a/setup.py +++ b/setup.py @@ -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',