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

@ -112,7 +112,7 @@ it to operate on a git checkout. Either way, virtualenv is recommended.
Get the git checkout in a new virtualenv and run in development mode::
$ git clone http://github.com/pallets/flask.git
$ git clone https://github.com/pallets/flask.git
Initialized empty Git repository in ~/dev/flask/.git/
$ cd flask
$ virtualenv venv