Update repository links to gitbox
diff --git a/site/_data/project.yml b/site/_data/project.yml
index 69d867a..3efa62f 100644
--- a/site/_data/project.yml
+++ b/site/_data/project.yml
@@ -46,7 +46,7 @@
 
 jira: BAHIR
 
-website_repository: https://git-wip-us.apache.org/repos/asf/bahir-website.git
+website_repository: https://gitbox.apache.org/repos/asf/bahir-website.git
 website_repository_mirror: https://github.com/apache/bahir-website
 
 podling: false
@@ -64,7 +64,7 @@
 spark_latest_release_location_mirror: https://www.apache.org/dyn/closer.lua/bahir/bahir-spark
 spark_download: /downloads/spark
 
-spark_source_repository: https://git-wip-us.apache.org/repos/asf/bahir.git
+spark_source_repository: https://gitbox.apache.org/repos/asf/bahir.git
 spark_source_repository_mirror: https://github.com/apache/bahir
 
 # Apache Flink
@@ -79,10 +79,10 @@
 flink_download: /downloads/flink
 
 
-flink_source_repository: https://git-wip-us.apache.org/repos/asf/bahir-flink.git
+flink_source_repository: https://gitbox.apache.org/repos/asf/bahir-flink.git
 flink_source_repository_mirror: https://github.com/apache/bahir-flink
 
 # Website
 
-website_source_repository: https://git-wip-us.apache.org/repos/asf/bahir-website.git
+website_source_repository: https://gitbox.apache.org/repos/asf/bahir-website.git
 website_source_repository_mirror: https://github.com/apache/bahir-website
diff --git a/update-doc.sh b/update-doc.sh
index cc51fbd..30a1a1b 100755
--- a/update-doc.sh
+++ b/update-doc.sh
@@ -94,7 +94,7 @@
     rm -rf target
     mkdir target
     cd target
-    git clone "https://git-wip-us.apache.org/repos/asf/$1.git" --quiet
+    git clone "https://gitbox.apache.org/repos/asf/$1.git" --quiet
     cd "$1"
     git checkout "$GIT_REF"
     git_hash=$(git rev-parse --short HEAD)