From 792b2c4e59b98a22d145d06202498e6af61883b3 Mon Sep 17 00:00:00 2001 From: Shawn Pearce Date: Fri, 12 Jun 2015 17:25:40 -0700 Subject: [PATCH] Update out of date hyperlinks Change-Id: Ie800b970cd3bf5824ff7504372f79896179e4134 --- Documentation/dev-design.txt | 6 +++--- Documentation/index.txt | 6 +++--- Documentation/prolog-cookbook.txt | 2 +- ReleaseNotes/ReleaseNotes-2.0.2.txt | 2 +- ReleaseNotes/index.txt | 2 +- gerrit-extension-api/pom.xml | 2 +- .../java/com/google/gerrit/client/GerritMessages.properties | 2 +- .../resources/com/google/gerrit/httpd/raw/HostPage.html | 2 +- gerrit-plugin-api/pom.xml | 2 +- gerrit-plugin-archetype/pom.xml | 2 +- .../main/resources/META-INF/maven/archetype-metadata.xml | 2 +- gerrit-plugin-gwt-archetype/pom.xml | 2 +- .../main/resources/META-INF/maven/archetype-metadata.xml | 2 +- gerrit-plugin-gwtui/pom.xml | 2 +- gerrit-plugin-js-archetype/pom.xml | 2 +- .../main/resources/META-INF/maven/archetype-metadata.xml | 2 +- .../google/gerrit/server/tools/root/bin/gerrit-cherry-pick | 2 +- .../com/google/gerrit/server/tools/root/hooks/commit-msg | 2 +- gerrit-war/pom.xml | 2 +- website/releases/index.html | 2 +- 20 files changed, 24 insertions(+), 24 deletions(-) diff --git a/Documentation/dev-design.txt b/Documentation/dev-design.txt index c823ec0abe..281e68c2c2 100644 --- a/Documentation/dev-design.txt +++ b/Documentation/dev-design.txt @@ -66,7 +66,7 @@ changing the implementation from Python on Google App Engine, to Java on a J2EE servlet container and an SQL database. * link:http://video.google.com/videoplay?docid=-8502904076440714866[Mondrian Code Review On The Web] -* link:http://code.google.com/p/rietveld/[Rietveld - Code Review for Subversion] +* link:https://github.com/rietveld-codereview/rietveld[Rietveld - Code Review for Subversion] * link:http://eagain.net/gitweb/?p=gitosis.git;a=blob;f=README.rst;hb=HEAD[Gitosis README] * link:http://source.android.com/[Android Open Source Project] @@ -166,7 +166,7 @@ User authentication is handled by OpenID, and therefore Gerrit requires that the OpenID provider selected by a user must be online and operating in order to authenticate that user. -* link:http://code.google.com/webtoolkit/[Google Web Toolkit (GWT)] +* link:http://www.gwtproject.org/[Google Web Toolkit (GWT)] * link:http://www.kernel.org/pub/software/scm/git/docs/gitrepository-layout.html[Git Repository Format] * link:http://www.postgresql.org/about/[About PostgreSQL] * link:http://openid.net/developers/specs/[OpenID Specifications] @@ -183,7 +183,7 @@ repositories for each project. Gerrit is developed as a self-hosting open source project: -* link:http://code.google.com/p/gerrit/[Project Homepage] +* link:https://www.gerritcodereview.com/[Project Homepage] * link:https://www.gerritcodereview.com/download/index.html[Release Versions] * link:https://gerrit.googlesource.com/gerrit[Source] * link:http://code.google.com/p/gerrit/issues/list[Issue Tracking] diff --git a/Documentation/index.txt b/Documentation/index.txt index d03a5f63cd..3ab1ced803 100644 --- a/Documentation/index.txt +++ b/Documentation/index.txt @@ -77,11 +77,11 @@ == Resources * link:licenses.html[Licenses and Notices] -* link:http://code.google.com/p/gerrit/[Homepage] +* link:https://www.gerritcodereview.com/[Homepage] * link:https://www.gerritcodereview.com/download/index.html[[Downloads] * link:http://code.google.com/p/gerrit/issues/list[Issue Tracking] -* link:http://code.google.com/p/gerrit/source/checkout[Source Code] -* link:http://code.google.com/p/gerrit/wiki/Background[A History of Gerrit Code Review] +* link:https://gerrit.googlesource.com/gerrit[Source Code] +* link:https://www.gerritcodereview.com/about.md[A History of Gerrit Code Review] SEARCHBOX --------- diff --git a/Documentation/prolog-cookbook.txt b/Documentation/prolog-cookbook.txt index b15c283a9f..b53da4b04b 100644 --- a/Documentation/prolog-cookbook.txt +++ b/Documentation/prolog-cookbook.txt @@ -56,7 +56,7 @@ explain some elements of Prolog that are necessary to understand the provided examples. == Prolog in Gerrit -Gerrit uses its own link:https://code.google.com/p/prolog-cafe/[fork] of the +Gerrit uses its own link:https://gerrit.googlesource.com/prolog-cafe/[fork] of the original link:http://kaminari.istc.kobe-u.ac.jp/PrologCafe/[prolog-cafe] project. Gerrit embeds the prolog-cafe library and can interpret Prolog programs at runtime. diff --git a/ReleaseNotes/ReleaseNotes-2.0.2.txt b/ReleaseNotes/ReleaseNotes-2.0.2.txt index 473cf3d0ce..b2d5b98644 100644 --- a/ReleaseNotes/ReleaseNotes-2.0.2.txt +++ b/ReleaseNotes/ReleaseNotes-2.0.2.txt @@ -3,7 +3,7 @@ Release notes for Gerrit 2.0.2 Gerrit 2.0.2 is now available for download: -link:http://code.google.com/p/gerrit/[http://code.google.com/p/gerrit/] +link:https://www.gerritcodereview.com/[https://www.gerritcodereview.com/] Important Notes --------------- diff --git a/ReleaseNotes/index.txt b/ReleaseNotes/index.txt index e40a68b4cc..57d311e1d3 100644 --- a/ReleaseNotes/index.txt +++ b/ReleaseNotes/index.txt @@ -143,4 +143,4 @@ Version 2.0.x GERRIT ------ -Part of link:http://code.google.com/p/gerrit/[Gerrit Code Review] +Part of link:https://www.gerritcodereview.com/[Gerrit Code Review] diff --git a/gerrit-extension-api/pom.xml b/gerrit-extension-api/pom.xml index d0204e45ed..a2476eb025 100644 --- a/gerrit-extension-api/pom.xml +++ b/gerrit-extension-api/pom.xml @@ -6,7 +6,7 @@ jar Gerrit Code Review - Extension API API for Gerrit Extensions - http://code.google.com/p/gerrit/ + https://www.gerritcodereview.com/ diff --git a/gerrit-gwtui/src/main/java/com/google/gerrit/client/GerritMessages.properties b/gerrit-gwtui/src/main/java/com/google/gerrit/client/GerritMessages.properties index 4a97c8179c..2832d41b4c 100644 --- a/gerrit-gwtui/src/main/java/com/google/gerrit/client/GerritMessages.properties +++ b/gerrit-gwtui/src/main/java/com/google/gerrit/client/GerritMessages.properties @@ -1,6 +1,6 @@ windowTitle1 = {0} Code Review windowTitle2 = {0} | {1} Code Review -poweredBy = Powered by Gerrit Code Review ({0}) +poweredBy = Powered by Gerrit Code Review ({0}) noSuchAccountMessage = {0} is not a registered user. noSuchGroupMessage = Group {0} does not exist or is not visible to you. diff --git a/gerrit-httpd/src/main/resources/com/google/gerrit/httpd/raw/HostPage.html b/gerrit-httpd/src/main/resources/com/google/gerrit/httpd/raw/HostPage.html index d2a333e6b8..c0d84468d9 100644 --- a/gerrit-httpd/src/main/resources/com/google/gerrit/httpd/raw/HostPage.html +++ b/gerrit-httpd/src/main/resources/com/google/gerrit/httpd/raw/HostPage.html @@ -10,7 +10,7 @@
-

Loading Gerrit Code Review ...

+

Loading Gerrit Code Review ...

diff --git a/gerrit-plugin-api/pom.xml b/gerrit-plugin-api/pom.xml index eb2ec3185c..131666c80c 100644 --- a/gerrit-plugin-api/pom.xml +++ b/gerrit-plugin-api/pom.xml @@ -6,7 +6,7 @@ jar Gerrit Code Review - Plugin API API for Gerrit Plugins - http://code.google.com/p/gerrit/ + https://www.gerritcodereview.com/ diff --git a/gerrit-plugin-archetype/pom.xml b/gerrit-plugin-archetype/pom.xml index 1da5d51304..40359401af 100644 --- a/gerrit-plugin-archetype/pom.xml +++ b/gerrit-plugin-archetype/pom.xml @@ -23,7 +23,7 @@ limitations under the License. 2.12-SNAPSHOT Gerrit Code Review - Plugin Archetype Maven Archetype for Gerrit Plugins - http://code.google.com/p/gerrit/ + https://www.gerritcodereview.com/ ${project.version} diff --git a/gerrit-plugin-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml b/gerrit-plugin-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml index 681af10adc..270e15cce7 100644 --- a/gerrit-plugin-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml +++ b/gerrit-plugin-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml @@ -32,7 +32,7 @@ limitations under the License. Gerrit Code Review - http://code.google.com/p/gerrit/ + https://www.gerritcodereview.com/ diff --git a/gerrit-plugin-gwt-archetype/pom.xml b/gerrit-plugin-gwt-archetype/pom.xml index bd4d738899..6e811a2e84 100644 --- a/gerrit-plugin-gwt-archetype/pom.xml +++ b/gerrit-plugin-gwt-archetype/pom.xml @@ -23,7 +23,7 @@ limitations under the License. 2.12-SNAPSHOT Gerrit Code Review - Web UI GWT Plugin Archetype Maven Archetype for Gerrit Web UI GWT Plugins - http://code.google.com/p/gerrit/ + https://www.gerritcodereview.com/ ${project.version} diff --git a/gerrit-plugin-gwt-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml b/gerrit-plugin-gwt-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml index fa86ab40e2..56e5873616 100644 --- a/gerrit-plugin-gwt-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml +++ b/gerrit-plugin-gwt-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml @@ -22,7 +22,7 @@ limitations under the License. Gerrit Code Review - http://code.google.com/p/gerrit/ + https://www.gerritcodereview.com/ 2.7.0 diff --git a/gerrit-plugin-gwtui/pom.xml b/gerrit-plugin-gwtui/pom.xml index fa261be82d..a34a7b3628 100644 --- a/gerrit-plugin-gwtui/pom.xml +++ b/gerrit-plugin-gwtui/pom.xml @@ -6,7 +6,7 @@ jar Gerrit Code Review - Plugin GWT UI Common Classes for Gerrit GWT UI Plugins - http://code.google.com/p/gerrit/ + https://www.gerritcodereview.com/ diff --git a/gerrit-plugin-js-archetype/pom.xml b/gerrit-plugin-js-archetype/pom.xml index 11d4d833eb..7cc87fe20f 100644 --- a/gerrit-plugin-js-archetype/pom.xml +++ b/gerrit-plugin-js-archetype/pom.xml @@ -23,7 +23,7 @@ limitations under the License. 2.12-SNAPSHOT Gerrit Code Review - Web UI JavaScript Plugin Archetype Maven Archetype for Gerrit Web UI JavaScript Plugins - http://code.google.com/p/gerrit/ + https://www.gerritcodereview.com/ ${project.version} diff --git a/gerrit-plugin-js-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml b/gerrit-plugin-js-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml index e4978dd72b..fbf1e463d0 100644 --- a/gerrit-plugin-js-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml +++ b/gerrit-plugin-js-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml @@ -22,7 +22,7 @@ limitations under the License. Gerrit Code Review - http://code.google.com/p/gerrit/ + https://gerrit.googlesource.com/ diff --git a/gerrit-server/src/main/resources/com/google/gerrit/server/tools/root/bin/gerrit-cherry-pick b/gerrit-server/src/main/resources/com/google/gerrit/server/tools/root/bin/gerrit-cherry-pick index 007faa4056..7a414c8b35 100644 --- a/gerrit-server/src/main/resources/com/google/gerrit/server/tools/root/bin/gerrit-cherry-pick +++ b/gerrit-server/src/main/resources/com/google/gerrit/server/tools/root/bin/gerrit-cherry-pick @@ -1,6 +1,6 @@ #!/bin/sh # -# Part of Gerrit Code Review (http://code.google.com/p/gerrit/) +# Part of Gerrit Code Review (https://www.gerritcodereview.com/) # # Copyright (C) 2009 The Android Open Source Project # diff --git a/gerrit-server/src/main/resources/com/google/gerrit/server/tools/root/hooks/commit-msg b/gerrit-server/src/main/resources/com/google/gerrit/server/tools/root/hooks/commit-msg index d8f009b638..be88bd4f54 100644 --- a/gerrit-server/src/main/resources/com/google/gerrit/server/tools/root/hooks/commit-msg +++ b/gerrit-server/src/main/resources/com/google/gerrit/server/tools/root/hooks/commit-msg @@ -1,6 +1,6 @@ #!/bin/sh # -# Part of Gerrit Code Review (http://code.google.com/p/gerrit/) +# Part of Gerrit Code Review (https://www.gerritcodereview.com/) # # Copyright (C) 2009 The Android Open Source Project # diff --git a/gerrit-war/pom.xml b/gerrit-war/pom.xml index 17e828635b..0aeccc7a2c 100644 --- a/gerrit-war/pom.xml +++ b/gerrit-war/pom.xml @@ -6,7 +6,7 @@ war Gerrit Code Review - WAR Gerrit WAR - http://code.google.com/p/gerrit/ + https://www.gerritcodereview.com/ diff --git a/website/releases/index.html b/website/releases/index.html index 297e5bc06b..456f0f969b 100644 --- a/website/releases/index.html +++ b/website/releases/index.html @@ -30,7 +30,7 @@

Gerrit Code Review - Releases

- +