Regenerate website

Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/491b9071
Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/491b9071
Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/491b9071

Branch: refs/heads/asf-site
Commit: 491b90710b0645af49b23e8cdc92395ff98dad9d
Parents: 65dbaab
Author: Davor Bonaci <da...@google.com>
Authored: Sat Jan 28 10:24:52 2017 -0800
Committer: Davor Bonaci <da...@google.com>
Committed: Sat Jan 28 10:24:52 2017 -0800

----------------------------------------------------------------------
 content/get-started/beam-overview/index.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam-site/blob/491b9071/content/get-started/beam-overview/index.html
----------------------------------------------------------------------
diff --git a/content/get-started/beam-overview/index.html 
b/content/get-started/beam-overview/index.html
index c864a68..178ff1e 100644
--- a/content/get-started/beam-overview/index.html
+++ b/content/get-started/beam-overview/index.html
@@ -177,7 +177,7 @@
 
 <h2 id="apache-beam-pipeline-runners">Apache Beam Pipeline Runners</h2>
 
-<p>The Beam Pipeline Runners translate the data processing pipeline you define 
with your Beam program into the API compatible with the distributed processing 
back-end of your choice. When you run your Beam program, you’ll need to 
specify the appropriate runner for the back-end where you want to execute your 
pipeline.</p>
+<p>The Beam Pipeline Runners translate the data processing pipeline you define 
with your Beam program into the API compatible with the distributed processing 
back-end of your choice. When you run your Beam program, you’ll need to 
specify an <a href="/documentation/runners/capability-matrix">appropriate 
runner</a> for the back-end where you want to execute your pipeline.</p>
 
 <p>Beam currently supports Runners that work with the following distributed 
processing back-ends:</p>
 
@@ -188,19 +188,19 @@
 </tr>
 <tr>
   <td>Apache Apex</td>
-  <td>In Development</td>
+  <td>Active Development</td>
 </tr>
 <tr>
   <td>Apache Flink</td>
-  <td>In Development</td>
+  <td>Active Development</td>
 </tr>
 <tr>
   <td>Apache Spark</td>
-  <td>In Development</td>
+  <td>Active Development</td>
 </tr>
 <tr>
   <td>Google Cloud Dataflow</td>
-  <td>In Development</td>
+  <td>Active Development</td>
 </tr>
 </table>
 

Reply via email to