LENS-1540 : Replace git-wip-us by gitbox
diff --git a/lens-server/enunciate.xml b/lens-server/enunciate.xml
index 36b68d1..064bf76 100644
--- a/lens-server/enunciate.xml
+++ b/lens-server/enunciate.xml
@@ -22,7 +22,7 @@
 <enunciate slug="lens" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-2.0.0-M.4.xsd">
   <namespaces>
-    <namespace uri="https://git-wip-us.apache.org/repos/asf/lens.git" id="lens"/>
+    <namespace uri="https://gitbox.apache.org/repos/asf/lens.git" id="lens"/>
   </namespaces>
   <modules>
   <api-classes>
diff --git a/lens-ui/package.json b/lens-ui/package.json
index b35d300..4c658c6 100644
--- a/lens-ui/package.json
+++ b/lens-ui/package.json
@@ -56,6 +56,6 @@
   },
   "repository": {
     "type": "git",
-    "url": "https://git-wip-us.apache.org/repos/asf/lens.git"
+    "url": "https://gitbox.apache.org/repos/asf/lens.git"
   }
 }
diff --git a/pom.xml b/pom.xml
index 562e06e..9525332 100644
--- a/pom.xml
+++ b/pom.xml
@@ -389,9 +389,9 @@
     </developer>
   </developers>
   <scm>
-    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/lens.git</connection>
-    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/lens.git</developerConnection>
-    <url>https://git-wip-us.apache.org/repos/asf/lens.git</url>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/lens.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/lens.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf/lens.git</url>
     <tag>HEAD</tag>
   </scm>
 
diff --git a/src/site/apt/developer/commit.apt b/src/site/apt/developer/commit.apt
index a99b6b8..58e6eca 100644
--- a/src/site/apt/developer/commit.apt
+++ b/src/site/apt/developer/commit.apt
@@ -80,7 +80,7 @@
 * Commit
 
   The commit repo is at
-  {{{https://git-wip-us.apache.org/repos/asf/lens.git} https://git-wip-us.apache.org/repos/asf/lens.git}}
+  {{{https://gitbox.apache.org/repos/asf/lens.git} https://gitbox.apache.org/repos/asf/lens.git}}
   When you commit a patch, please:
 
   * Ensure that all tests pass with patch applied.
diff --git a/src/site/apt/developer/contribute.apt b/src/site/apt/developer/contribute.apt
index 3358052..5dbb219 100644
--- a/src/site/apt/developer/contribute.apt
+++ b/src/site/apt/developer/contribute.apt
@@ -58,7 +58,7 @@
 ** Source Repository
 
   Lens uses {{{http://git-scm.com/} git}} for its code repository. The repository is available at
-  {{{https://git-wip-us.apache.org/repos/asf/lens.git} https://git-wip-us.apache.org/repos/asf/lens.git}}.
+  {{{https://gitbox.apache.org/repos/asf/lens.git} https://gitbox.apache.org/repos/asf/lens.git}}.
 
   If you are comfortable working in github environment by forking a github repo, sothat you can push changes to your
   repository before they are accepted in apache, we have a mirror of source at
@@ -105,10 +105,10 @@
 +---+
 
    OR
-   Clone Apache Lens source code from {{{https://git-wip-us.apache.org/repos/asf/lens.git} https://git-wip-us.apache.org/repos/asf/lens.git}}
+   Clone Apache Lens source code from {{{https://gitbox.apache.org/repos/asf/lens.git} https://gitbox.apache.org/repos/asf/lens.git}}
 
 +---+
-   git clone https://git-wip-us.apache.org/repos/asf/lens.git
+   git clone https://gitbox.apache.org/repos/asf/lens.git
    cd lens
    mvn clean package -DskipTests
 +---+