This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/beam-site.git
commit 8e8a304bb115886375ab6009feae4061f232dad8 Author: Mergebot <[email protected]> AuthorDate: Wed Apr 25 21:36:12 2018 -0700 Prepare repository for deployment. --- content/contribute/contribution-guide/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/contribute/contribution-guide/index.html b/content/contribute/contribution-guide/index.html index 55f2d9f..83653dc 100644 --- a/content/contribute/contribution-guide/index.html +++ b/content/contribute/contribution-guide/index.html @@ -342,8 +342,8 @@ contributions and do not require an ICLA in that case.</p> <h4 id="fork-the-repository-on-github">Fork the repository on GitHub</h4> -<p>Go to the <a href="https://github.com/apache/beam/">Beam GitHub mirror</a> and fork the -repository to your own private account. This will be your private workspace for +<p>Go to the <a href="https://github.com/apache/beam/">Beam GitHub repository</a> and fork the +it to your own private account. This will be your private workspace for staging changes.</p> <h4 id="clone-the-repository-locally">Clone the repository locally</h4> @@ -356,7 +356,7 @@ development.</p> exchange SSH keys with GitHub by following <a href="https://help.github.com/articles/generating-an-ssh-key/">their instructions</a>.</p> -<p>Clone Beam’s read-only GitHub mirror.</p> +<p>Clone Beam’s GitHub repository.</p> <div class="highlighter-rouge"><pre class="highlight"><code>$ git clone https://github.com/apache/beam.git $ cd beam -- To stop receiving notification emails like this one, please contact [email protected].
