diff --git a/its/README.md b/its/README.md
index 553336308d..4cc36608e6 100644
--- a/its/README.md
+++ b/its/README.md
@@ -19,7 +19,7 @@ under the License.
Maven Core Integration Tests
========
-
+
If you want to run the integration tests against a custom build of Maven use the following command:
diff --git a/its/environments/README.md b/its/environments/README.md
index 61a6e4bd25..6535c05839 100644
--- a/its/environments/README.md
+++ b/its/environments/README.md
@@ -1,4 +1,21 @@
-
+
# Integration Test Environments
@@ -13,9 +30,9 @@ The test procedure will typically be something like this:
```
$ ID=$(docker build -q .) && docker run --rm -t -i $ID bash
$ cd $HOME
-$ git clone https://git-wip-us.apache.org/repos/asf/maven.git
+$ git clone https://gitbox.apache.org/repos/asf/maven.git
$ ( cd maven && mvn clean verify )
-$ git clone https://git-wip-us.apache.org/repos/asf/maven-integration-testing.git
+$ git clone https://gitbox.apache.org/repos/asf/maven-integration-testing.git
$ ( cd maven-integration-testing && mvn clean install -Prun-its -Dmaven.repo.local=$HOME/work/repo -DmavenDistro=$HOME/maven/apache-maven/target/apache-maven-...-bin.zip )
```
@@ -31,8 +48,8 @@ For most unixes the test procedure will be something like:
```
$ vagrant ssh
-$ git clone https://git-wip-us.apache.org/repos/asf/maven.git
+$ git clone https://gitbox.apache.org/repos/asf/maven.git
$ ( cd maven && mvn clean verify )
-$ git clone https://git-wip-us.apache.org/repos/asf/maven-integration-testing.git
+$ git clone https://gitbox.apache.org/repos/asf/maven-integration-testing.git
$ ( cd maven-integration-testing && mvn clean install -Prun-its -Dmaven.repo.local=$HOME/work/repo -DmavenDistro=$HOME/maven/apache-maven/target/apache-maven-...-bin.zip )
```