Merge "documentation: update links from kernel.org to code.google.com"
diff --git a/Documentation/config-contact.txt b/Documentation/config-contact.txt
index 8f9e1197..5c633cf 100644
--- a/Documentation/config-contact.txt
+++ b/Documentation/config-contact.txt
@@ -73,7 +73,7 @@
Existing open-source server implementations can be found in the
gerrit-contactstore project.
-* link:http://android.git.kernel.org/?p=tools/gerrit-contactstore.git[gerrit-contactstore]
+* link:https://code.google.com/p/gerrit/source/checkout?repo=contactstore[gerrit-contactstore]
Configure `'$site_path'/etc/gerrit.config` with the contact store's
URL (in `contactstore.url`), and if needed, APPSEC value (in
diff --git a/Documentation/dev-design.txt b/Documentation/dev-design.txt
index c0e901e..7bb0b8c 100644
--- a/Documentation/dev-design.txt
+++ b/Documentation/dev-design.txt
@@ -345,7 +345,7 @@
to be used with the JSON-RPC interface.
* link:http://json-rpc.org/wd/JSON-RPC-1-1-WD-20060807.html[JSON-RPC 1.1]
-* link:http://android.git.kernel.org/?p=tools/gwtjsonrpc.git;a=blob;f=README;hb=HEAD[XSRF JSON-RPC]
+* link:http://code.google.com/p/gerrit/source/browse/README?repo=gwtjsonrpc&name=master[XSRF JSON-RPC]
Privacy Considerations
diff --git a/Documentation/dev-readme.txt b/Documentation/dev-readme.txt
index 2ae9fac..2490695 100644
--- a/Documentation/dev-readme.txt
+++ b/Documentation/dev-readme.txt
@@ -11,7 +11,7 @@
Create a new client workspace:
----
- git clone git://android.git.kernel.org/tools/gerrit.git
+ git clone https://code.google.com/p/gerrit
cd gerrit
----