docs: Switch links to https

Change-Id: I8062e2a6366848ade9981e486effb399b7d78855
diff --git a/docs/getting_started.md b/docs/getting_started.md
index 57e71a8..223f7ec 100644
--- a/docs/getting_started.md
+++ b/docs/getting_started.md
@@ -48,7 +48,7 @@
 
 **Linux/macOS**
 ```bash
-$ git clone sso://pigweed.googlesource.com/pigweed/pigweed ~/pigweed
+$ git clone https://pigweed.googlesource.com/pigweed/pigweed ~/pigweed
 $ cd ~/pigweed
 $ . ./bootstrap.sh
 ```
@@ -56,7 +56,7 @@
 **Windows**
 ```batch
 :: Run git commands from the shell you set up to use with Git during install.
-> git clone sso://pigweed.googlesource.com/pigweed/pigweed %HOMEPATH%\pigweed
+> git clone https://pigweed.googlesource.com/pigweed/pigweed %HOMEPATH%\pigweed
 > cd %HOMEPATH%\pigweed
 > bootstrap.bat
 ```