From fb1098ebd18d65a4b98e1720bc36b1612626c02f Mon Sep 17 00:00:00 2001 From: Augie Fackler Date: Thu, 27 Oct 2011 13:26:15 -0500 Subject: [PATCH] documentation: update links from kernel.org to code.google.com Change-Id: Ie2448e778b10eaf0d35053f373c4fcb2571d3b00 --- Documentation/config-contact.txt | 2 +- Documentation/dev-design.txt | 2 +- Documentation/dev-readme.txt | 2 +- 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 ----