Migrate various docs links to https (#2180)

Also fixed a few outdated links
This commit is contained in:
Jeff Widman 2017-02-11 01:43:11 -08:00 committed by Markus Unterwaditzer
parent 5efb163237
commit bb0e755c80
22 changed files with 43 additions and 43 deletions

View file

@ -41,7 +41,7 @@ Links
* `website <http://flask.pocoo.org/>`_
* `documentation <http://flask.pocoo.org/docs/>`_
* `development version
<http://github.com/pallets/flask/zipball/master#egg=Flask-dev>`_
<https://github.com/pallets/flask/zipball/master#egg=Flask-dev>`_
"""
import re
@ -59,7 +59,7 @@ with open('flask/__init__.py', 'rb') as f:
setup(
name='Flask',
version=version,
url='http://github.com/pallets/flask/',
url='https://github.com/pallets/flask/',
license='BSD',
author='Armin Ronacher',
author_email='armin.ronacher@active-4.com',