summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAugie Fackler <durin42@gmail.com>2011-10-27 13:26:15 -0500
committerMartin Fick <mfick@codeaurora.org>2011-12-28 12:30:57 -0700
commitfb1098ebd18d65a4b98e1720bc36b1612626c02f (patch)
tree7bb80b535e61f52e38d496c080417b999f57ff10
parenteacb6b1e4e13299c592ce078cba66ed1897716a3 (diff)
documentation: update links from kernel.org to code.google.com
-rw-r--r--Documentation/config-contact.txt2
-rw-r--r--Documentation/dev-design.txt2
-rw-r--r--Documentation/dev-readme.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/config-contact.txt b/Documentation/config-contact.txt
index 845a1babd4..d84a499f7a 100644
--- a/Documentation/config-contact.txt
+++ b/Documentation/config-contact.txt
@@ -73,7 +73,7 @@ ships the data to another HTTP server, preferrably over HTTPS.
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 571ec6cdb2..30826d8eec 100644
--- a/Documentation/dev-design.txt
+++ b/Documentation/dev-design.txt
@@ -345,7 +345,7 @@ automate interfaces may make it impossible for non-browser agents
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 2ae9fac842..2490695b48 100644
--- a/Documentation/dev-readme.txt
+++ b/Documentation/dev-readme.txt
@@ -11,7 +11,7 @@ Get the Source
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
----