Use https:// for the remote URL for repos.

Change-Id: I8bbf12d864f45faac5462367b22524732547bafe
diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md
index 9a815a6..f61c4f6 100644
--- a/docs/GettingStarted.md
+++ b/docs/GettingStarted.md
@@ -10,7 +10,7 @@
 ## Getting the source code
 
 ``` shell
-git clone --recurse-submodules sso://hafnium/hafnium && (cd hafnium && f=`git rev-parse --git-dir`/hooks/commit-msg ; curl -Lo $f https://gerrit-review.googlesource.com/tools/hooks/commit-msg ; chmod +x $f)
+git clone --recurse-submodules https://hafnium.googlesource.com/hafnium && (cd hafnium && f=`git rev-parse --git-dir`/hooks/commit-msg ; curl -Lo $f https://gerrit-review.googlesource.com/tools/hooks/commit-msg ; chmod +x $f)
 ```
 
 To upload a commit for review: