Update URL to the Git repository.
diff --git a/AcceptanceTests.wiki b/AcceptanceTests.wiki
index 907ac31..ded4c22 100644
--- a/AcceptanceTests.wiki
+++ b/AcceptanceTests.wiki
@@ -6,7 +6,7 @@
 == Execution steps ==
 
 {{{
-git clone http://code.google.com/p/soc/
+git clone https://melange.googlesource.com/soc
 cd soc
 virtualenv venv --python=python2.7
 venv/bin/pip install -U lxml setuptools
diff --git a/EnvironmentConfig.wiki b/EnvironmentConfig.wiki
index 897468e..7ec1b8f 100644
--- a/EnvironmentConfig.wiki
+++ b/EnvironmentConfig.wiki
@@ -19,7 +19,7 @@
 
 Easy, right? At this point, if you already have a version of Melange checked out then you can ignore this next line. Otherwise, step into that Terminal window and _cd_ to wherever you are going to store the project. Clone the repository: 
 {{{
-git clone http://code.google.com/p/soc/
+git clone https://melange.googlesource.com/soc
 }}}
 Note: cloning in without your username or password in the URL means that you'll have to enter your username and password every time. However if you look under the Source tab above you'll see instructions to add your Google Code password to your _.netrc_ file that will use those credentials for future git actions.
 
diff --git a/GettingStarted.wiki b/GettingStarted.wiki
index af7c005..a5de505 100644
--- a/GettingStarted.wiki
+++ b/GettingStarted.wiki
@@ -53,7 +53,7 @@
 If you do not yet have a melange directory set up, run the following commands.
 
 {{{
-git clone http://code.google.com/p/soc/
+git clone https://melange.googlesource.com/soc
 cd soc
 make setup
 }}}
@@ -137,7 +137,7 @@
 Using Git repository:
 
 {{{
-git clone http://code.google.com/p/soc/
+git clone https://melange.googlesource.com/soc
 }}}
 
 = Setting up your Client =