summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--ReleaseInstructions2
-rw-r--r--manual/Tasks/property.html2
-rw-r--r--manual/install.html2
-rw-r--r--manual/properties.html2
-rw-r--r--src/etc/poms/pom.xml6
6 files changed, 8 insertions, 8 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3f45cf24c..12c17cfac 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -6,7 +6,7 @@ that all other people could benefit from? This is great, we'd love to
hear from you.
Ant's primary code repository is the
-[git repository at Apache](https://git-wip-us.apache.org/repos/asf/ant.git)
+[git repository at Apache](https://gitbox.apache.org/repos/asf/ant.git)
and we've also got a [github mirror](https://github.com/apache/ant/).
There are two ways you can contribute, you can either use the
diff --git a/ReleaseInstructions b/ReleaseInstructions
index f9f1c19b6..7a9cec257 100644
--- a/ReleaseInstructions
+++ b/ReleaseInstructions
@@ -92,7 +92,7 @@ Note: This document was adapted from the one created in the context of
9. Ensure that the GPG key you use is inside the KEYS file in Ant's
git repository
- <https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-common.git;a=blob;f=KEYS;h=dc62b011b1b429bd6de913f8f2bce79b715f96db;hb=HEAD>
+ <https://gitbox.apache.org/repos/asf?p=ant-antlibs-common.git;a=blob;f=KEYS;h=dc62b011b1b429bd6de913f8f2bce79b715f96db;hb=HEAD>
- and that you copy the KEYS file to /www/www.apache.org/dist/ant
Also make sure you have sent the key that you use to a public
diff --git a/manual/Tasks/property.html b/manual/Tasks/property.html
index e6faf46a3..643e7c522 100644
--- a/manual/Tasks/property.html
+++ b/manual/Tasks/property.html
@@ -286,7 +286,7 @@ deploy.url=http://${deploy.server}:${deploy.port}/</pre>
variables. So it starts a command in a new process which prints the environment variables, analyzes
the output and creates the properties.<br/> There are commands for the following operating systems
implemented
-in <a href="https://git-wip-us.apache.org/repos/asf?p=ant.git;a=blob;f=src/main/org/apache/tools/ant/taskdefs/Execute.java;hb=refs/heads/master"
+in <a href="https://gitbox.apache.org/repos/asf?p=ant.git;a=blob;f=src/main/org/apache/tools/ant/taskdefs/Execute.java;hb=refs/heads/master"
target="_top">Execute.java</a> (method <code class="code">getProcEnvCommand()</code>):
</p>
<table>
diff --git a/manual/install.html b/manual/install.html
index 055de7c88..2dd4bc659 100644
--- a/manual/install.html
+++ b/manual/install.html
@@ -123,7 +123,7 @@ usually stable.
</p>
<p>
See the section <a href="#buildingant">Building Ant</a> on how to build Ant from the source code. You can also access
-the <a href="https://git-wip-us.apache.org/repos/asf?p=ant.git;a=summary" target="_top">Ant Git repository</a> on-line.
+the <a href="https://gitbox.apache.org/repos/asf?p=ant.git;a=summary" target="_top">Ant Git repository</a> on-line.
</p>
<h3 id="archives">Archive Download Area Layout</h3>
diff --git a/manual/properties.html b/manual/properties.html
index 0c5eb2f29..1d7119d4d 100644
--- a/manual/properties.html
+++ b/manual/properties.html
@@ -127,7 +127,7 @@
<p>This is the interface you'd implement if you wanted to invent your own property
syntax&mdash;or allow nested property expansions since the default implementation doesn't
balance braces
- (see <a href="https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-props.git;a=blob;f=src/main/org/apache/ant/props/NestedPropertyExpander.java;hb=HEAD"
+ (see <a href="https://gitbox.apache.org/repos/asf?p=ant-antlibs-props.git;a=blob;f=src/main/org/apache/ant/props/NestedPropertyExpander.java;hb=HEAD"
target="_top"><code class="code">NestedPropertyExpander</code> in the <samp>props</samp> Antlib</a> for
an example).</p>
</li>
diff --git a/src/etc/poms/pom.xml b/src/etc/poms/pom.xml
index e8fa13172..75cdf50c1 100644
--- a/src/etc/poms/pom.xml
+++ b/src/etc/poms/pom.xml
@@ -52,9 +52,9 @@
</repository>
</distributionManagement>
<scm>
- <connection>scm:git:https://git-wip-us.apache.org/repos/asf/ant.git</connection>
- <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/ant.git</developerConnection>
- <url>https://git-wip-us.apache.org/repos/asf/ant.git</url>
+ <connection>scm:git:https://gitbox.apache.org/repos/asf/ant.git</connection>
+ <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/ant.git</developerConnection>
+ <url>https://gitbox.apache.org/repos/asf/ant.git</url>
</scm>
<ciManagement>
<system>jenkins</system>