summaryrefslogtreecommitdiff
path: root/docs/installation.rst
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-06-09 19:44:44 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-06-13 07:20:37 -0700
commit50610283e6d5d43b660c453f20f96f7703f883f7 (patch)
tree104e7c55d447b23d42e94282e94ec3b6e75c4715 /docs/installation.rst
parentf35c8fe0091ff20f7ee69e6c163e9a2b187fe1a2 (diff)
downloadbabel-50610283e6d5d43b660c453f20f96f7703f883f7.tar.gz
Use https URLs throughout project where available
Updated docs and code comments.
Diffstat (limited to 'docs/installation.rst')
-rw-r--r--docs/installation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 0aea3ab..0a7804e 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -80,7 +80,7 @@ use a git checkout.
Get the git checkout in a new virtualenv and run in development mode::
- $ git clone http://github.com/python-babel/babel.git
+ $ git clone https://github.com/python-babel/babel
Initialized empty Git repository in ~/dev/babel/.git/
$ cd babel
$ virtualenv venv