am df59a71e: am 947134b3: Merge "Docs: Making the repo download link HTTPS"

* commit 'df59a71eb171bc9a53efa1dfdf84cf325215e094':
  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>