This is an automated email from the ASF dual-hosted git repository.

bridgetb pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 73c4497  Replace git-wip-us reference with gitbox
73c4497 is described below

commit 73c4497c2b06849a0f5d52fa0cf0908988aa512e
Author: Volodymyr Vysotskyi <[email protected]>
AuthorDate: Mon Dec 10 12:06:02 2018 +0200

    Replace git-wip-us reference with gitbox
---
 README.md                                                               | 2 +-
 .../contribute-to-drill/010-apache-drill-contribution-guidelines.md     | 2 +-
 doap_Drill.rdf                                                          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 2d3f0b7..4127166 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@ jekyll build --config _config.yml,_config-prod.yml
 Apache project websites use a system called svnpubsub for publishing. 
Basically, the static HTML needs to be pushed by one of the committers into the 
Apache SVN.
 
 ```bash
-git clone -b asf-site https://git-wip-us.apache.org/repos/asf/drill-site.git 
../drill-site
+git clone -b asf-site https://gitbox.apache.org/repos/asf/drill-site.git 
../drill-site
 cp -R _site/* ../drill-site/
 cd ../drill-site
 git status
diff --git 
a/_docs/developer-information/contribute-to-drill/010-apache-drill-contribution-guidelines.md
 
b/_docs/developer-information/contribute-to-drill/010-apache-drill-contribution-guidelines.md
index 59e90ab..661538b 100644
--- 
a/_docs/developer-information/contribute-to-drill/010-apache-drill-contribution-guidelines.md
+++ 
b/_docs/developer-information/contribute-to-drill/010-apache-drill-contribution-guidelines.md
@@ -24,7 +24,7 @@ You may also be interested in the [additional 
information]({{site.baseurl}}/docs
 
 First, you need the Drill source code. You can use Git to put the source code 
on your local drive. Most development is done on "master."
 
-    git clone https://git-wip-us.apache.org/repos/asf/drill.git
+    git clone https://gitbox.apache.org/repos/asf/drill.git
 
 ## Step 2: Get approval and modify the source code.
 
diff --git a/doap_Drill.rdf b/doap_Drill.rdf
index 087541e..e007e1d 100644
--- a/doap_Drill.rdf
+++ b/doap_Drill.rdf
@@ -44,7 +44,7 @@
     <repository>
       <GitRepository>
         <location rdf:resource="git://git.apache.org/drill.git"/>
-        <browse 
rdf:resource="https://git-wip-us.apache.org/repos/asf?p=drill.git"/>
+        <browse 
rdf:resource="https://gitbox.apache.org/repos/asf?p=drill.git"/>
       </GitRepository>
     </repository>
     <maintainer>

Reply via email to