summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <dpursehouse@collab.net>2018-02-02 10:13:45 +0900
committerDavid Pursehouse <dpursehouse@collab.net>2018-02-25 23:20:13 +0900
commitedf35c2c2569f9c7c3349564e99509ea534b3a0a (patch)
treea21eb048616a0925d322cbcc1eb4c098aa5d42f5
parent15a7a7052a477643426565b0ac235b94189ea10b (diff)
Replace links to code.google.com/p/gerrit
Google Code was shut down nearly 2 years ago [1] and the links don't work any more. Replace them with the new locations. [1] https://opensource.googleblog.com/2015/03/farewell-to-google-code.html Change-Id: I53e791d04eb243483d69254a296c30e59a7de479
-rw-r--r--Documentation/config-sso.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-sso.txt b/Documentation/config-sso.txt
index 561309bfaa..897ca29e17 100644
--- a/Documentation/config-sso.txt
+++ b/Documentation/config-sso.txt
@@ -64,7 +64,7 @@ Users wishing to link an alternative identity should *NOT* log in separately
with that identity. Doing so will result in a new account being created, and
subsequent attempts to link that account with the existing account will fail.
In cases where this happens, the administrator will need to manually merge the
-accounts. See link:https://code.google.com/p/gerrit/wiki/SqlMergeUserAccounts[
+accounts. See link:https://gerrit.googlesource.com/homepage/+/md-pages/docs/SqlMergeUserAccounts.md[
Merging Gerrit User Accounts] on the Gerrit Wiki for details.
Linking another identity is also useful for users whose primary OpenID provider
diff --git a/Documentation/dev-design.txt b/Documentation/dev-design.txt
index 57ace68987..905b5f1d14 100644
--- a/Documentation/dev-design.txt
+++ b/Documentation/dev-design.txt
@@ -342,7 +342,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://code.google.com/p/gerrit/source/browse/README?repo=gwtjsonrpc&name=master[XSRF JSON-RPC]
+* link:https://gerrit.googlesource.com/gwtjsonrpc/+/master/README[XSRF JSON-RPC]
== Privacy Considerations
diff --git a/Documentation/dev-readme.txt b/Documentation/dev-readme.txt
index bcf4a588a5..f59f2fc851 100644
--- a/Documentation/dev-readme.txt
+++ b/Documentation/dev-readme.txt
@@ -210,7 +210,7 @@ the browser and on the server side.
Google Web Toolkit:
-* http://code.google.com/webtoolkit/download.html[Download]
+* http://www.gwtproject.org/download.html[Download]
Apache SSHD: