Fixed git command
diff --git a/GettingStarted.wiki b/GettingStarted.wiki
index c3ad6c5..8ca17a7 100644
--- a/GettingStarted.wiki
+++ b/GettingStarted.wiki
@@ -17,7 +17,7 @@
 If you do not yet have a melange directory set up, run the following commands.
 
 {{{
-git clone http://soc.googlecode.com/hg/ melange
+git clone http://code.google.com/p/soc/
 cd melange
 python bootstrap.py 
 bin/buildout