Update out of date hyperlinks
Change-Id: Ie800b970cd3bf5824ff7504372f79896179e4134
This commit is contained in:
@@ -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]
|
||||
|
@@ -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
|
||||
---------
|
||||
|
@@ -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.
|
||||
|
@@ -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
|
||||
---------------
|
||||
|
@@ -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]
|
||||
|
@@ -6,7 +6,7 @@
|
||||
<packaging>jar</packaging>
|
||||
<name>Gerrit Code Review - Extension API</name>
|
||||
<description>API for Gerrit Extensions</description>
|
||||
<url>http://code.google.com/p/gerrit/</url>
|
||||
<url>https://www.gerritcodereview.com/</url>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
windowTitle1 = {0} Code Review
|
||||
windowTitle2 = {0} | {1} Code Review
|
||||
poweredBy = Powered by <a href="http://code.google.com/p/gerrit/" target="_blank">Gerrit Code Review</a> ({0})
|
||||
poweredBy = Powered by <a href="https://www.gerritcodereview.com/" target="_blank">Gerrit Code Review</a> ({0})
|
||||
|
||||
noSuchAccountMessage = {0} is not a registered user.
|
||||
noSuchGroupMessage = Group {0} does not exist or is not visible to you.
|
||||
|
@@ -10,7 +10,7 @@
|
||||
<div id="gerrit_topmenu"></div>
|
||||
<div id="gerrit_header"></div>
|
||||
<div id="gerrit_startinggerrit" style="margin-left: 10px;">
|
||||
<p>Loading <a href="http://code.google.com/p/gerrit/" target="_blank">Gerrit Code Review</a> ...</p>
|
||||
<p>Loading <a href="https://www.gerritcodereview.com/" target="_blank">Gerrit Code Review</a> ...</p>
|
||||
<noscript>
|
||||
<p>Gerrit requires a JavaScript enabled browser.</p>
|
||||
</noscript>
|
||||
|
@@ -6,7 +6,7 @@
|
||||
<packaging>jar</packaging>
|
||||
<name>Gerrit Code Review - Plugin API</name>
|
||||
<description>API for Gerrit Plugins</description>
|
||||
<url>http://code.google.com/p/gerrit/</url>
|
||||
<url>https://www.gerritcodereview.com/</url>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
|
@@ -23,7 +23,7 @@ limitations under the License.
|
||||
<version>2.12-SNAPSHOT</version>
|
||||
<name>Gerrit Code Review - Plugin Archetype</name>
|
||||
<description>Maven Archetype for Gerrit Plugins</description>
|
||||
<url>http://code.google.com/p/gerrit/</url>
|
||||
<url>https://www.gerritcodereview.com/</url>
|
||||
|
||||
<properties>
|
||||
<defaultGerritApiVersion>${project.version}</defaultGerritApiVersion>
|
||||
|
@@ -32,7 +32,7 @@ limitations under the License.
|
||||
<defaultValue>Gerrit Code Review</defaultValue>
|
||||
</requiredProperty>
|
||||
<requiredProperty key="Implementation-Url">
|
||||
<defaultValue>http://code.google.com/p/gerrit/</defaultValue>
|
||||
<defaultValue>https://www.gerritcodereview.com/</defaultValue>
|
||||
</requiredProperty>
|
||||
|
||||
<requiredProperty key="gerritApiType">
|
||||
|
@@ -23,7 +23,7 @@ limitations under the License.
|
||||
<version>2.12-SNAPSHOT</version>
|
||||
<name>Gerrit Code Review - Web UI GWT Plugin Archetype</name>
|
||||
<description>Maven Archetype for Gerrit Web UI GWT Plugins</description>
|
||||
<url>http://code.google.com/p/gerrit/</url>
|
||||
<url>https://www.gerritcodereview.com/</url>
|
||||
|
||||
<properties>
|
||||
<defaultGerritApiVersion>${project.version}</defaultGerritApiVersion>
|
||||
|
@@ -22,7 +22,7 @@ limitations under the License.
|
||||
<defaultValue>Gerrit Code Review</defaultValue>
|
||||
</requiredProperty>
|
||||
<requiredProperty key="Implementation-Url">
|
||||
<defaultValue>http://code.google.com/p/gerrit/</defaultValue>
|
||||
<defaultValue>https://www.gerritcodereview.com/</defaultValue>
|
||||
</requiredProperty>
|
||||
<requiredProperty key="Gwt-Version">
|
||||
<defaultValue>2.7.0</defaultValue>
|
||||
|
@@ -6,7 +6,7 @@
|
||||
<packaging>jar</packaging>
|
||||
<name>Gerrit Code Review - Plugin GWT UI</name>
|
||||
<description>Common Classes for Gerrit GWT UI Plugins</description>
|
||||
<url>http://code.google.com/p/gerrit/</url>
|
||||
<url>https://www.gerritcodereview.com/</url>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
|
@@ -23,7 +23,7 @@ limitations under the License.
|
||||
<version>2.12-SNAPSHOT</version>
|
||||
<name>Gerrit Code Review - Web UI JavaScript Plugin Archetype</name>
|
||||
<description>Maven Archetype for Gerrit Web UI JavaScript Plugins</description>
|
||||
<url>http://code.google.com/p/gerrit/</url>
|
||||
<url>https://www.gerritcodereview.com/</url>
|
||||
|
||||
<properties>
|
||||
<defaultGerritApiVersion>${project.version}</defaultGerritApiVersion>
|
||||
|
@@ -22,7 +22,7 @@ limitations under the License.
|
||||
<defaultValue>Gerrit Code Review</defaultValue>
|
||||
</requiredProperty>
|
||||
<requiredProperty key="Implementation-Url">
|
||||
<defaultValue>http://code.google.com/p/gerrit/</defaultValue>
|
||||
<defaultValue>https://gerrit.googlesource.com/</defaultValue>
|
||||
</requiredProperty>
|
||||
|
||||
<requiredProperty key="gerritApiType">
|
||||
|
@@ -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
|
||||
#
|
||||
|
@@ -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
|
||||
#
|
||||
|
@@ -6,7 +6,7 @@
|
||||
<packaging>war</packaging>
|
||||
<name>Gerrit Code Review - WAR</name>
|
||||
<description>Gerrit WAR</description>
|
||||
<url>http://code.google.com/p/gerrit/</url>
|
||||
<url>https://www.gerritcodereview.com/</url>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
|
@@ -30,7 +30,7 @@
|
||||
<body>
|
||||
|
||||
<h1>Gerrit Code Review - Releases</h1>
|
||||
<a href="http://code.google.com/p/gerrit">
|
||||
<a href="https://www.gerritcodereview.com/">
|
||||
<img id="diffy_logo" src="https://gerrit-review.googlesource.com/static/diffy1.cache.png">
|
||||
</a>
|
||||
|
||||
|
Reference in New Issue
Block a user