From a2e41ad57560b8757a96dcfe554b20b221988180 Mon Sep 17 00:00:00 2001 From: David Beitey Date: Fri, 30 Jun 2017 10:04:01 +1000 Subject: Update wget to use HTTPS for security This affords at least some assurance that what you download is indeed Bottle. --- docs/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 764243b..363c255 100755 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -34,7 +34,7 @@ Bottle does not depend on any external libraries. You can just download `bottle. .. code-block:: bash - $ wget http://bottlepy.org/bottle.py + $ wget https://bottlepy.org/bottle.py This will get you the latest development snapshot that includes all the new features. If you prefer a more stable environment, you should stick with the stable releases. These are available on `PyPI `_ and can be installed via :command:`pip` (recommended), :command:`easy_install` or your package manager: -- cgit v1.2.1