documentation: update links from kernel.org to code.google.com

Change-Id: Ie2448e778b10eaf0d35053f373c4fcb2571d3b00
This commit is contained in:
Augie Fackler 2011-10-27 13:26:15 -05:00 committed by Martin Fick
parent eacb6b1e4e
commit fb1098ebd1
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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
----