Docs: Replacing "commondatastorage" with "storage" in downloads link
Bug: 14493808
Change-Id: Ibf2b95b8281a7f7b1c0de40a258a56d92e94c00b
diff --git a/src/source/downloading.jd b/src/source/downloading.jd
index bad88e2..db6e515 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://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
+$ curl http://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$ chmod a+x ~/bin/repo
</pre>
</li>