summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2017-06-30 10:51:51 +0200
committerGitHub <noreply@github.com>2017-06-30 10:51:51 +0200
commitef5d2f41a109d0e3eb00b7c1786656a1cfb51962 (patch)
tree74686a9035a409366eac5481b83b1bbcb4e4aeb6
parent0e5d4540f986fd7b06fdfd8d2680acca26f0fc88 (diff)
parenta2e41ad57560b8757a96dcfe554b20b221988180 (diff)
downloadbottle-ef5d2f41a109d0e3eb00b7c1786656a1cfb51962.tar.gz
Merge pull request #981 from davidjb/patch-1
Update wget download instructions to use HTTPS for security
-rwxr-xr-xdocs/tutorial.rst2
1 files changed, 1 insertions, 1 deletions
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 <http://pypi.python.org/pypi/bottle>`_ and can be installed via :command:`pip` (recommended), :command:`easy_install` or your package manager: