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/9d94c4bc
Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/9d94c4bc
Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/9d94c4bc

Branch: refs/heads/asf-site
Commit: 9d94c4bc5818d24de48524f7c016b773e62bf373
Parents: 2220c8e
Author: Ahmet Altay <al...@google.com>
Authored: Mon Jun 26 15:56:23 2017 -0700
Committer: Ahmet Altay <al...@google.com>
Committed: Mon Jun 26 15:56:23 2017 -0700

----------------------------------------------------------------------
 content/contribute/maturity-model/index.html | 2 +-
 content/get-started/quickstart-py/index.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam-site/blob/9d94c4bc/content/contribute/maturity-model/index.html
----------------------------------------------------------------------
diff --git a/content/contribute/maturity-model/index.html 
b/content/contribute/maturity-model/index.html
index ad623c6..3a3bcf9 100644
--- a/content/contribute/maturity-model/index.html
+++ b/content/contribute/maturity-model/index.html
@@ -281,7 +281,7 @@ graduation process and is no longer being 
maintained.</em></p>
     <tr>
       <td><p>QU50</p></td>
       <td><p>The project strives to respond to documented bug reports in a 
timely manner.</p></td>
-      <td><p><b>YES.</b> The project has resolved <a 
href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20BEAM%20AND%20status%20in%20(Resolved%2C%20Closed)">550
 issues</a> during incubation.</p><p><b>Even further</b>, <a 
href="https://issues.apache.org/jira/browse/BEAM/?selectedTab%3Dcom.atlassian.jira.jira-projects-plugin:components-panel=undefined&amp;selectedTab=com.atlassian.jira.jira-projects-plugin:components-panel";>all
 project components</a> have designated a single committer who gets assigned 
all newly filed issues for a triage/re-assignment to ensure timely 
action.</p></td>
+      <td><p><b>YES.</b> The project has resolved <a 
href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20BEAM%20AND%20status%20in%20(Resolved%2C%20Closed)">550
 issues</a> during incubation.</p><p><b>Even further</b>, <a 
href="https://issues.apache.org/jira/projects/BEAM?selectedItem=com.atlassian.jira.jira-projects-plugin%3Acomponents-page&amp;selectedTab%3Dcom.atlassian.jira.jira-projects-plugin%3Acomponents-panel=undefined";>all
 project components</a> have designated a single committer who gets assigned 
all newly filed issues for a triage/re-assignment to ensure timely 
action.</p></td>
     </tr>
 
     <tr>

http://git-wip-us.apache.org/repos/asf/beam-site/blob/9d94c4bc/content/get-started/quickstart-py/index.html
----------------------------------------------------------------------
diff --git a/content/get-started/quickstart-py/index.html 
b/content/get-started/quickstart-py/index.html
index d9e1f98..c56034d 100644
--- a/content/get-started/quickstart-py/index.html
+++ b/content/get-started/quickstart-py/index.html
@@ -263,7 +263,7 @@ environment’s directories.</p>
 
 <p>For example, to run <code class="highlighter-rouge">wordcount.py</code>, 
run:</p>
 
-<div class="runner-direct highlighter-rouge"><pre 
class="highlight"><code>python -m apache_beam.examples.wordcount --input 
MANIFEST.in --output counts
+<div class="runner-direct highlighter-rouge"><pre 
class="highlight"><code>python -m apache_beam.examples.wordcount --input 
&lt;PATH_TO_INPUT_FILE&gt; --output counts
 </code></pre>
 </div>
 

Reply via email to