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

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 91a6e2a948bca9e6663f00fb50ac6f89c398427a
Author: Jean-Baptiste Onofré <jbono...@apache.org>
AuthorDate: Tue Nov 28 15:28:41 2017 +0100

    Update SCM URL to use gitbox instead of git-wip-us
---
 src/contribute/contribution-guide.md | 10 +++++-----
 src/contribute/maturity-model.md     |  2 +-
 src/contribute/source-repository.md  |  6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/contribute/contribution-guide.md 
b/src/contribute/contribution-guide.md
index 2db0767..6df6252 100644
--- a/src/contribute/contribution-guide.md
+++ b/src/contribute/contribution-guide.md
@@ -26,7 +26,7 @@ We use a review-then-commit workflow in Beam for all 
contributions.
 
 1. **Code:** The best part ;-)
 1. **Review:** Submit a pull request with your contribution to our [GitHub 
mirror](https://github.com/apache/beam/). Work with a committer to review and 
iterate on the code, if needed.
-1. **Commit:** A Beam committer merges the pull request into our [Apache 
repository](https://git-wip-us.apache.org/repos/asf/beam.git).
+1. **Commit:** A Beam committer merges the pull request into our [Apache 
repository](https://gitbox.apache.org/repos/asf/beam.git).
 
 We look forward to working with you!
 
@@ -308,7 +308,7 @@ From another local branch, run:
 The community will close stale pull requests in order to keep the project 
healthy. A pull request becomes stale after its author fails to respond to 
actionable comments for 60 days.  Author of a closed pull request is welcome to 
reopen the same pull request again in the future. The associated JIRAs will be 
unassigned from the author but will stay open.
 
 ## Commit (committers only)
-Once the code has been peer reviewed by a committer, the next step is for the 
committer to merge it into the [authoritative Apache 
repository](https://git-wip-us.apache.org/repos/asf/beam.git), not the 
read-only GitHub mirror. (In the case that the author is also a committer, it 
is acceptable for either the author of the change or committer who reviewed the 
change to do the merge. Just be explicit about whose job it is!)
+Once the code has been peer reviewed by a committer, the next step is for the 
committer to merge it into the [authoritative Apache 
repository](https://gitbox.apache.org/repos/asf/beam.git), not the read-only 
GitHub mirror. (In the case that the author is also a committer, it is 
acceptable for either the author of the change or committer who reviewed the 
change to do the merge. Just be explicit about whose job it is!)
 
 Pull requests should not be merged before the review has received an explicit 
LGTM from another committer. Exceptions to this rule may be made rarely, on a 
case-by-case basis only, in the committer’s discretion for situations such as 
build breakages.
 
@@ -319,7 +319,7 @@ Committing is currently a manual process, but we are 
investigating tools to auto
 ### One-time Setup
 Add the Apache Git remote in your local clone, by running:
 
-    $ git remote add apache https://git-wip-us.apache.org/repos/asf/beam.git
+    $ git remote add apache https://gitbox.apache.org/repos/asf/beam.git
 
 We recommend renaming the `origin` remote to `github`, to avoid confusion when 
dealing with this many remotes.
 
@@ -333,8 +333,8 @@ For the `github` remote, add an additional fetch reference, 
which will cause eve
 You can confirm your configuration by running the following command.
 
        $ git remote -v
-       apache  https://git-wip-us.apache.org/repos/asf/beam.git (fetch)
-       apache  https://git-wip-us.apache.org/repos/asf/beam.git (push)
+       apache  https://gitbox.apache.org/repos/asf/beam.git (fetch)
+       apache  https://gitbox.apache.org/repos/asf/beam.git (push)
        github  https://github.com/apache/beam.git (fetch)
        github  https://github.com/apache/beam.git (push)
        <username>      g...@github.com:<username>/beam.git (fetch)
diff --git a/src/contribute/maturity-model.md b/src/contribute/maturity-model.md
index f9225d5..60593a4 100644
--- a/src/contribute/maturity-model.md
+++ b/src/contribute/maturity-model.md
@@ -37,7 +37,7 @@ The following table summarizes project's self-assessment 
against the Apache Matu
     <tr>
       <td><p>CD20</p></td>
       <td><p>The project&#39;s code is easily discoverable and publicly 
accessible.</p></td>
-      <td><p><b>YES.</b> Linked from the <a href="{{ site.baseurl 
}}/contribute/source-repository/">website</a>, available via <a 
href="https://git-wip-us.apache.org/repos/asf?p%3Dbeam.git";>git.apache.org</a> 
and <a href="https://github.com/apache/beam";>GitHub</a>.</p></td>
+      <td><p><b>YES.</b> Linked from the <a href="{{ site.baseurl 
}}/contribute/source-repository/">website</a>, available via <a 
href="https://gitbox.apache.org/repos/asf?p%3Dbeam.git";>git.apache.org</a> and 
<a href="https://github.com/apache/beam";>GitHub</a>.</p></td>
     </tr>
     <tr>
       <td><p>CD30</p></td>
diff --git a/src/contribute/source-repository.md 
b/src/contribute/source-repository.md
index 6f62d21..2d7c57e 100644
--- a/src/contribute/source-repository.md
+++ b/src/contribute/source-repository.md
@@ -13,17 +13,17 @@ This project uses [Git](http://git-scm.com) to manage its 
source code.
 ## Web Browser Access
 The following is a link to a browsable version of the source repository:
 
-[https://git-wip-us.apache.org/repos/asf/beam.git](https://git-wip-us.apache.org/repos/asf/beam.git)
+[https://gitbox.apache.org/repos/asf/beam.git](https://gitbox.apache.org/repos/asf/beam.git)
 
 ## Anonymous Access
 The source can be checked out anonymously from Git with this command (See 
http://git-scm.com/docs/git-clone):
 
-    $ git clone https://git-wip-us.apache.org/repos/asf/beam.git
+    $ git clone https://gitbox.apache.org/repos/asf/beam.git
 
 ## Developer Access
 Only project developers can access the Git tree via this method (See 
http://git-scm.com/docs/git-clone).
 
-    $ git clone https://git-wip-us.apache.org/repos/asf/beam.git
+    $ git clone https://gitbox.apache.org/repos/asf/beam.git
 
 ## Access from Behind a Firewall
 Refer to the documentation of the SCM used for more information about access 
behind a firewall.

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <commits@beam.apache.org>.

Reply via email to