summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/config-sso.txt2
-rw-r--r--Documentation/dev-design.txt2
-rw-r--r--Documentation/dev-readme.txt2
-rw-r--r--lib/BUCK4
4 files changed, 5 insertions, 5 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 4e82507901..bdd2a68319 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 4959cedc15..4a5c0bd9f2 100644
--- a/Documentation/dev-readme.txt
+++ b/Documentation/dev-readme.txt
@@ -221,7 +221,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:
diff --git a/lib/BUCK b/lib/BUCK
index b118dbc0a5..ee4edd7d45 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -80,8 +80,8 @@ maven_jar(
maven_jar(
name = 'jsch',
- id = 'com.jcraft:jsch:0.1.53',
- sha1 = '658b682d5c817b27ae795637dfec047c63d29935',
+ id = 'com.jcraft:jsch:0.1.54',
+ sha1 = 'da3584329a263616e277e15462b387addd1b208d',
license = 'jsch',
)