diff --git a/Readme.md b/Readme.md index 37b3f7dff54c8bec8b66e895ddeb67ffce27ef38..e0e10e2474f102cf2abbffbbb083d400596851b5 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,7 @@ # Heroku Buildpack: Python  -This is the official [Heroku buildpack](http://devcenter.heroku.com/articles/buildpacks) for Python apps, powered by [pip](http://www.pip-installer.org/) and other excellent software. +This is the official [Heroku buildpack](https://devcenter.heroku.com/articles/buildpacks) for Python apps, powered by [pip](https://pip.pypa.io/) and other excellent software. Recommended web frameworks include **Django** and **Flask**. The recommended webserver is **Gunicorn**. There are no restrictions around what software can be used (as long as it's pip-installable). Web processes must bind to `$PORT`, and only the HTTP protocol is permitted for incoming connections. diff --git a/bin/detect b/bin/detect index 818ed74e96c6029569850e5ed09548a5165b791e..e114d71c6324efca29e7551b01d62b925051f6ab 100755 --- a/bin/detect +++ b/bin/detect @@ -4,7 +4,7 @@ # [**Python Buildpack**](https://github.com/heroku/heroku-buildpack-python) # detector. # -# A [buildpack](http://devcenter.heroku.com/articles/buildpacks) is an +# A [buildpack](https://devcenter.heroku.com/articles/buildpacks) is an # adapter between a Python application and Heroku's runtime. # ## Usage diff --git a/bin/steps/collectstatic b/bin/steps/collectstatic index 56dc7a7f351feeae01d063597151f7197f5251e9..f8f63f5b9464299c164d9e1ea860d42e08dd6a07 100755 --- a/bin/steps/collectstatic +++ b/bin/steps/collectstatic @@ -47,7 +47,7 @@ if [ ! "$DISABLE_COLLECTSTATIC" ] && [ -f "$MANAGE_FILE" ] && [ "$DJANGO_INSTALL echo echo " $ heroku config:set DISABLE_COLLECTSTATIC=1" echo - echo " http://devcenter.heroku.com/articles/django-assets" + echo " https://devcenter.heroku.com/articles/django-assets" # Additionally, dump out the environment, if debug mode is on. if [ "$DEBUG_COLLECTSTATIC" ]; then diff --git a/bin/steps/cryptography b/bin/steps/cryptography index 5fcb119397816e7d7b2ca426409aba175687576b..56ef778d08357f27797a627afb5b8e8c50639f43 100755 --- a/bin/steps/cryptography +++ b/bin/steps/cryptography @@ -4,7 +4,7 @@ # [**Python Buildpack**](https://github.com/heroku/heroku-buildpack-python) # compiler. # -# A [buildpack](http://devcenter.heroku.com/articles/buildpacks) is an +# A [buildpack](https://devcenter.heroku.com/articles/buildpacks) is an # adapter between a Python application and Heroku's runtime. # # This script is invoked by [`bin/compile`](/). diff --git a/bin/steps/gdal b/bin/steps/gdal index 31a23fd6697caf41a8b6e00997894ce9b88dadb9..032a34598f3ec42368d4bc6470c418bf2fe8751c 100755 --- a/bin/steps/gdal +++ b/bin/steps/gdal @@ -4,7 +4,7 @@ # [**Python Buildpack**](https://github.com/heroku/heroku-buildpack-python) # compiler. # -# A [buildpack](http://devcenter.heroku.com/articles/buildpacks) is an +# A [buildpack](https://devcenter.heroku.com/articles/buildpacks) is an # adapter between a Python application and Heroku's runtime. # # This script is invoked by [`bin/compile`](/). diff --git a/bin/steps/pylibmc b/bin/steps/pylibmc index b4bde751783dda7390b5cd07dd29a3c7e1994265..f3f13c604d9c345ec397fcfbae08efb78b1dc9ff 100755 --- a/bin/steps/pylibmc +++ b/bin/steps/pylibmc @@ -4,7 +4,7 @@ # [**Python Buildpack**](https://github.com/heroku/heroku-buildpack-python) # compiler. # -# A [buildpack](http://devcenter.heroku.com/articles/buildpacks) is an +# A [buildpack](https://devcenter.heroku.com/articles/buildpacks) is an # adapter between a Python application and Heroku's runtime. # # This script is invoked by [`bin/compile`](/).