bbevens closed pull request #1570: Replace git-wip-us reference with gitbox URL: https://github.com/apache/drill/pull/1570
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/README.md b/README.md index 2d3f0b72f28..412716624d4 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 59e90abd0ed..661538b32f2 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/_docs/developer-information/develop-drill/010-compiling-drill-from-source.md b/_docs/developer-information/develop-drill/010-compiling-drill-from-source.md index 287e6c91b85..c495daa911c 100644 --- a/_docs/developer-information/develop-drill/010-compiling-drill-from-source.md +++ b/_docs/developer-information/develop-drill/010-compiling-drill-from-source.md @@ -21,7 +21,7 @@ Maven and JDK installed: ## 1\. Clone the Repository - git clone https://github.com/apache/drill.git + git clone https://gitbox.apache.org/repos/asf/drill.git ## 2\. Compile the Code diff --git a/doap_Drill.rdf b/doap_Drill.rdf index 087541e4f50..e007e1d965d 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> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
