replace links to gitbox
diff --git a/README.md b/README.md
index 445cee2..5ab8834 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@
 
  a. from git:
  ```
- git clone --branch 2.0.3 https://git-wip-us.apache.org/repos/asf/directory-fortress-realm.git
+ git clone --branch 2.0.3 https://gitbox.apache.org/repos/asf/directory-fortress-realm.git
  cd directory-fortress-realm
  mvn clean install
  ```
diff --git a/pom.xml b/pom.xml
index f5ab78f..e1c2347 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,9 +46,9 @@
   </licenses>
 
   <scm>
-    <connection>scm:git:http://git-wip-us.apache.org/repos/asf/directory-fortress-realm.git</connection>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/directory-fortress-realm.git</connection>
     <developerConnection>
-      scm:git:https://git-wip-us.apache.org/repos/asf/directory-fortress-realm.git
+      scm:git:https://gitbox.apache.org/repos/asf/directory-fortress-realm.git
     </developerConnection>
     <tag>2.0.3</tag>
   </scm>