You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2018/11/05 18:19:46 UTC

[beam] branch asf-site updated: Publishing website 2018/11/05 18:19:41 at commit 87cd769

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 57d2996  Publishing website 2018/11/05 18:19:41 at commit 87cd769
57d2996 is described below

commit 57d2996f826f1d9d0a3c96370efa9b031d433699
Author: jenkins <bu...@apache.org>
AuthorDate: Mon Nov 5 18:19:42 2018 +0000

    Publishing website 2018/11/05 18:19:41 at commit 87cd769
---
 .../generated-content/contribute/feature-branches/index.html |  2 +-
 .../documentation/io/built-in/google-bigquery/index.html     | 12 ++++++------
 website/generated-content/roadmap/index.html                 |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/website/generated-content/contribute/feature-branches/index.html b/website/generated-content/contribute/feature-branches/index.html
index 1fd1268..9d46d17 100644
--- a/website/generated-content/contribute/feature-branches/index.html
+++ b/website/generated-content/contribute/feature-branches/index.html
@@ -242,7 +242,7 @@ thorough and trustworthy.</p>
 <h2 id="establishing-a-feature-branch">Establishing a feature branch</h2>
 
 <p>If your project is large enough to need a feature branch, there should
-be a discussion on the mailing list. The first step is to <a href="/contribute/contribution-guide/#engage">engage</a> there to raise awareness
+be a discussion on the mailing list. The first step is to <a href="/contribute/#connect-with-the-beam-community">engage</a> there to raise awareness
 that you want to start a large project. Almost any project should be accepted
 – there is no real cost to letting a feature branch exist – but you may find
 other interested contributors or gain other advice from the community.</p>
diff --git a/website/generated-content/documentation/io/built-in/google-bigquery/index.html b/website/generated-content/documentation/io/built-in/google-bigquery/index.html
index 41814dd..1867b21 100644
--- a/website/generated-content/documentation/io/built-in/google-bigquery/index.html
+++ b/website/generated-content/documentation/io/built-in/google-bigquery/index.html
@@ -347,7 +347,7 @@ to <a href="https://cloud.google.com/bigquery">Google BigQuery</a> tables.</p>
 
 <ul class="language-java">
   <li><a href="https://github.com/apache/beam/tree/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery">BigQueryIO source code</a></li>
-  <li><a href="/documentation/sdks/javadoc/2.8.0/index.html?org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.html">BigQueryIO Javadoc</a></li>
+  <li><a href="https://beam.apache.org/releases/javadoc/2.8.0/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.html">BigQueryIO Javadoc</a></li>
   <li><a href="https://cloud.google.com/bigquery/docs">Google BigQuery documentation</a></li>
 </ul>
 
@@ -360,7 +360,7 @@ running <code class="highlighter-rouge">pip install apache-beam[gcp]</code>.</p>
 
 <ul class="language-py">
   <li><a href="https://github.com/apache/beam/blob/master/sdks/python/apache_beam/io/gcp/bigquery.py">BigQueryIO source code</a></li>
-  <li><a href="/documentation/sdks/pydoc/2.8.0/apache_beam.io.gcp.bigquery.html">BigQueryIO Pydoc</a></li>
+  <li><a href="https://beam.apache.org/releases/pydoc/2.8.0/apache_beam.io.gcp.bigquery.html">BigQueryIO Pydoc</a></li>
   <li><a href="https://cloud.google.com/bigquery/docs">Google BigQuery documentation</a></li>
 </ul>
 
@@ -410,10 +410,10 @@ table name.</p>
 <p>You can also omit <code class="highlighter-rouge">project_id</code> and use the <code class="highlighter-rouge">[dataset_id].[table_id]</code> format. If
 you omit the project ID, Beam uses the default project ID from your
 <span class="language-java">
-  <a href="/documentation/sdks/javadoc/2.8.0/index.html?org/apache/beam/sdk/extensions/gcp/options/GcpOptions.html">pipeline options</a>.
+  <a href="https://beam.apache.org/releases/javadoc/2.8.0/org/apache/beam/sdk/extensions/gcp/options/GcpOptions.html">pipeline options</a>.
 </span>
 <span class="language-py">
-  <a href="/documentation/sdks/pydoc/2.8.0/apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.GoogleCloudOptions">pipeline options</a>.
+  <a href="https://beam.apache.org/releases/javadoc/2.8.0/apache_beam.options.pipeline_options.html#apache_beam.options.pipeline_options.GoogleCloudOptions">pipeline options</a>.
 </span></p>
 
 <div class="language-java highlighter-rouge"><pre class="highlight"><code><span class="n">String</span> <span class="n">tableSpec</span> <span class="o">=</span> <span class="s">"samples.weather_stations"</span><span class="o">;</span>
@@ -447,7 +447,7 @@ the three parts of the BigQuery table name.</p>
 
 <!-- Java specific -->
 
-<p class="language-java">The Beam SDK for Java also provides the <a href="/documentation/sdks/javadoc/2.8.0/index.html?org/apache/beam/sdk/io/gcp/bigquery/BigQueryHelpers.html"><code class="highlighter-rouge">parseTableSpec</code></a>
+<p class="language-java">The Beam SDK for Java also provides the <a href="https://beam.apache.org/releases/javadoc/2.8.0/org/apache/beam/sdk/io/gcp/bigquery/BigQueryHelpers.html"><code class="highlighter-rouge">parseTableSpec</code></a>
 helper method, which constructs a <code class="highlighter-rouge">TableReference</code> object from a String that
 contains the fully-qualified BigQuery table name. However, the static factory
 methods for BigQueryIO transforms accept the table name as a String and
@@ -908,7 +908,7 @@ do not set the triggering frequency.</li>
 <!-- Java specific -->
 
 <p class="language-java">You can use <code class="highlighter-rouge">withMethod</code> to specify the desired insertion method. See
-<a href="/documentation/sdks/javadoc/2.8.0/index.html?org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.Write.Method.html">Write.Method</a>
+<a href="https://beam.apache.org/releases/javadoc/2.8.0/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.Write.Method.html">Write.Method</a>
 for the list of the available methods and their restrictions.</p>
 
 <p class="language-java"><strong><em>Note:</em></strong> If you use batch loads in a streaming pipeline, you must use
diff --git a/website/generated-content/roadmap/index.html b/website/generated-content/roadmap/index.html
index 14c12d5..f76f768 100644
--- a/website/generated-content/roadmap/index.html
+++ b/website/generated-content/roadmap/index.html
@@ -262,7 +262,7 @@ This is also a great opportunity for lightweight contribution!</p>
 
 <p>The Java SDK is eager to add support for Java’s first new LTS (Long Term Support)
 version. See details on 
-the <a href="/roadmap/java-sdk/#java-11-support">Java SDK’s Roadmap</a>.</p>
+the <a href="/roadmap/java-sdk">Java SDK’s Roadmap</a>.</p>
 
 <h2 id="sql">SQL</h2>