MNEMONIC-517: Update documents to reflect migrated repository to gitbox
diff --git a/BUILD.md b/BUILD.md
index f739f15..7962039 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -5,7 +5,7 @@
 
 ## Setup
 
-1. `git clone https://git-wip-us.apache.org/repos/asf/mnemonic.git -b asf-site target`
+1. `git clone https://gitbox.apache.org/repos/asf/mnemonic.git -b asf-site target`
 2. `sudo gem install bundler`
 3. `sudo gem install github-pages jekyll`
 4. `bundle install`
diff --git a/package.json b/package.json
index c6200b1..0bdbbd9 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "https://garyw@git-wip-us.apache.org/repos/asf/mnemonic-site.git"
+    "url": "https://garyw@gitbox.apache.org/repos/asf/mnemonic-site.git"
   },
   "author": "Gang(Gary) Wang",
   "license": "LicenseRef-LICENSE",
diff --git a/src/develop/index.md b/src/develop/index.md
index c63c952..6f1515b 100644
--- a/src/develop/index.md
+++ b/src/develop/index.md
@@ -172,13 +172,13 @@
 
 mnemonic uses git for version control. Get the source code:
 
-`% git clone https://git-wip-us.apache.org/repos/asf/mnemonic.git`
+`% git clone https://gitbox.apache.org/repos/asf/mnemonic.git`
 
 The important branches are:
 
-* [master](https://git-wip-us.apache.org/repos/asf/mnemonic.git){:target="_blank"} -
+* [master](https://gitbox.apache.org/repos/asf/mnemonic.git){:target="_blank"} -
   The trunk for all development, please find master branch marked in light green.
-* [asf-site](https://git-wip-us.apache.org/repos/asf/mnemonic-site.git){:target="_blank"} -
+* [asf-site](https://gitbox.apache.org/repos/asf/mnemonic-site.git){:target="_blank"} -
   The pages that are deployed to https://mnemonic.apache.org/
 
 Please check our [coding guidelines](coding).
diff --git a/src/docker/Dockerfile b/src/docker/Dockerfile
index 0f690f7..2c5f7be 100644
--- a/src/docker/Dockerfile
+++ b/src/docker/Dockerfile
@@ -39,7 +39,7 @@
 
 RUN gem install jekyll bundler nokogiri
 
-RUN mkdir -p /ws && cd /ws && git clone https://git-wip-us.apache.org/repos/asf/mnemonic-site.git && \
+RUN mkdir -p /ws && cd /ws && git clone https://gitbox.apache.org/repos/asf/mnemonic-site.git && \
     cd mnemonic-site && bundle install
 
 ENV MNEMONIC_SITE_HOME /ws/mnemonic-site
diff --git a/src/docker/docker-Ubuntu/Dockerfile b/src/docker/docker-Ubuntu/Dockerfile
index 613d99f..58ad132 100644
--- a/src/docker/docker-Ubuntu/Dockerfile
+++ b/src/docker/docker-Ubuntu/Dockerfile
@@ -40,7 +40,7 @@
 
 RUN gem install jekyll bundler nokogiri
 
-RUN mkdir -p /ws && cd /ws && git clone https://git-wip-us.apache.org/repos/asf/mnemonic-site.git && \
+RUN mkdir -p /ws && cd /ws && git clone https://gitbox.apache.org/repos/asf/mnemonic-site.git && \
     cd mnemonic-site && bundle install
 
 ENV MNEMONIC_SITE_HOME /ws/mnemonic-site