This is an automated email from the ASF dual-hosted git repository. jkff pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/beam-site.git
commit 9ed59a60b78d1702a166f6f9efc1eae420059825 Author: Eugene Kirpichov <[email protected]> AuthorDate: Thu Aug 10 12:59:00 2017 -0700 Regenerates website --- content/contribute/contribution-guide/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/contribute/contribution-guide/index.html b/content/contribute/contribution-guide/index.html index d7e89d2..5e941a6 100644 --- a/content/contribute/contribution-guide/index.html +++ b/content/contribute/contribution-guide/index.html @@ -780,7 +780,7 @@ $ git checkout -b <my-branch> origin/asf-site <h4 id="committing-website-changes-committers-only">Committing website changes (committers only)</h4> -<p>Follow the same committer process as above, but using repository <code class="highlighter-rouge">apache/beam-site</code> and branch <code class="highlighter-rouge">asf-site</code>.</p> +<p>Follow the same committer process as above, but using repository <code class="highlighter-rouge">apache/beam-site</code> and branch <code class="highlighter-rouge">asf-site</code> and <code class="highlighter-rouge">https://gitbox.apache.org/repos/asf/beam-site.git</code> as the address for <code class="highlighter-rouge">git remote add apache</code>.</p> <p>In addition, the committer is responsible for doing the final <code class="highlighter-rouge">bundle exec jekyll build</code> to generate the static content, so follow the instructions above to install <code class="highlighter-rouge">jekyll</code>.</p> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
