Merge "Docs: Making the repo download link HTTPS"
diff --git a/src/source/downloading.jd b/src/source/downloading.jd
index db6e515..10b8d0e 100644
--- a/src/source/downloading.jd
+++ b/src/source/downloading.jd
@@ -55,7 +55,7 @@
       Download the Repo tool and ensure that it is executable:
     </p>
     <pre>
-$ curl http://storage.googleapis.com/git-repo-downloads/repo &gt; ~/bin/repo
+$ curl https://storage.googleapis.com/git-repo-downloads/repo &gt; ~/bin/repo
 $ chmod a+x ~/bin/repo
 </pre>
   </li>