Edited wiki page ContributingCode through web user interface.
diff --git a/ContributingCode.wiki b/ContributingCode.wiki
index 49c2b1c..715abdf 100644
--- a/ContributingCode.wiki
+++ b/ContributingCode.wiki
@@ -87,9 +87,7 @@
 
 *Remember to check and double-check that all tests pass before asking for a code review.* Asking for review of code that does not work is considered unmannerly.
 
-Please push your commit to a [https://code.google.com/p/soc/source/clones server-side clone] of Melange, check the "Allow non-members to review code" box on your clone's Administer -> Source page, and start a new thread on
-[MailingListsGuidelines the developer mailing list] in which you link
-to your commit and ask for review.
+Please push your commit to our [[Gerrit]] instance.
 
 A Melange committer will conduct a review of your code, typically
 within two or three days.
@@ -107,7 +105,7 @@
 
 After you have created a commit that is suitable for inclusion in
 Melange, a Melange committer will commit the change to
-[http://code.google.com/p/soc/source/list?num=300 Melange's master branch].
+[http://melange.googlesource.com/soc Melange's master branch].
 Congratuations!
 
 ----