You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2018/01/17 18:42:16 UTC

[beam-site] branch asf-site updated (79e62e2 -> 45d0dc0)

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

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


    from 79e62e2  Prepare repository for deployment.
     add 2650eec  Fix broken JIRA component links
     add ddad4fe  This closes #375
     new 45d0dc0  Prepare repository for deployment.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/contribute/presentation-materials/index.html | 2 +-
 content/contribute/website-contributions/index.html  | 2 +-
 content/contribute/work-in-progress/index.html       | 8 ++++----
 src/contribute/presentation-materials.md             | 2 +-
 src/contribute/website-contributions.md              | 2 +-
 src/contribute/work-in-progress.md                   | 8 ++++----
 6 files changed, 12 insertions(+), 12 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@beam.apache.org" <co...@beam.apache.org>'].

[beam-site] 01/01: Prepare repository for deployment.

Posted by me...@apache.org.
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 45d0dc00a55e08075be81c5b95f4259d1644c584
Author: Mergebot <me...@apache.org>
AuthorDate: Wed Jan 17 18:42:14 2018 +0000

    Prepare repository for deployment.
---
 content/contribute/presentation-materials/index.html | 2 +-
 content/contribute/website-contributions/index.html  | 2 +-
 content/contribute/work-in-progress/index.html       | 8 ++++----
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/content/contribute/presentation-materials/index.html b/content/contribute/presentation-materials/index.html
index 8b5a641..b15f853 100644
--- a/content/contribute/presentation-materials/index.html
+++ b/content/contribute/presentation-materials/index.html
@@ -174,7 +174,7 @@
 <h2 id="contributing-new-content">Contributing new content</h2>
 <p>The Apache Beam community is always looking for new core content and contributions!</p>
 
-<p>If you are interested in contributing new content, we recommend you first search the <a href="https://issues.apache.org/jira/browse/BEAM">Apache Beam JIRA</a> to see if your idea currently has an open JIRA item. If it does not, send an email to the <a href="mailto:user@beam.apache.org"><code class="highlighter-rouge">user@beam.apache.org</code></a> mailing list or open a new issue in the <a href="https://issues.apache.org/jira/browse/BEAM">Apache Beam JIRA</a> using the <a href="https [...]
+<p>If you are interested in contributing new content, we recommend you first search the <a href="https://issues.apache.org/jira/browse/BEAM">Apache Beam JIRA</a> to see if your idea currently has an open JIRA item. If it does not, send an email to the <a href="mailto:user@beam.apache.org"><code class="highlighter-rouge">user@beam.apache.org</code></a> mailing list or open a new issue in the <a href="https://issues.apache.org/jira/browse/BEAM">Apache Beam JIRA</a> using the <a href="https [...]
 
 <h2 id="corrections-and-updates">Corrections and updates</h2>
 <p>If you encounter missing, incorrect, or out of date material, please make a comment in the presentation or send an email to the <a href="mailto:user@beam.apache.org"><code class="highlighter-rouge">user@beam.apache.org</code></a> mailing list.</p>
diff --git a/content/contribute/website-contributions/index.html b/content/contribute/website-contributions/index.html
index 41babb8..9edb853 100644
--- a/content/contribute/website-contributions/index.html
+++ b/content/contribute/website-contributions/index.html
@@ -165,7 +165,7 @@ mirror</a> repository in the <code class="highlighter-rouge">asf-site</code>
 branch (<em>not</em> <code class="highlighter-rouge">master</code>).</p>
 
 <p>Issues are tracked in the
-<a href="https://issues.apache.org/jira/browse/BEAM/component/12328906">website</a>
+<a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20BEAM%20AND%20component%20%3D%20website">website</a>
 component in JIRA.</p>
 
 <h2 id="one-time-setup">One-time Setup</h2>
diff --git a/content/contribute/work-in-progress/index.html b/content/contribute/work-in-progress/index.html
index b901f80..48c7a36 100644
--- a/content/contribute/work-in-progress/index.html
+++ b/content/contribute/work-in-progress/index.html
@@ -191,25 +191,25 @@
     <tr>
       <td><a href="/documentation/runners/jstorm">JStorm Runner</a></td>
       <td><a href="https://github.com/apache/beam/tree/jstorm-runner">jstorm-runner</a></td>
-      <td><a href="https://issues.apache.org/jira/browse/BEAM/component/12332477">runner-jstorm</a></td>
+      <td><a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20BEAM%20AND%20component%20%3D%20runner-jstorm">runner-jstorm</a></td>
       <td><a href="https://issues.apache.org/jira/browse/BEAM-1899">BEAM-1899</a></td>
     </tr>
     <tr>
       <td>MapReduce Runner</td>
       <td><a href="https://github.com/apache/beam/tree/mr-runner">mr-runner</a></td>
-      <td><a href="https://issues.apache.org/jira/browse/BEAM/component/12333013">runner-mapreduce</a></td>
+      <td><a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20BEAM%20AND%20component%20%3D%20runner-mapreduce">runner-mapreduce</a></td>
       <td><a href="https://issues.apache.org/jira/browse/BEAM-165">BEAM-165</a></td>
     </tr>
     <tr>
       <td>Tez Runner</td>
       <td><a href="https://github.com/apache/beam/tree/tez-runner">tez-runner</a></td>
-      <td><a href="https://issues.apache.org/jira/browse/BEAM/component/12333014">runner-tez</a></td>
+      <td><a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20BEAM%20AND%20component%20%3D%20runner-tez">runner-tez</a></td>
       <td><a href="https://issues.apache.org/jira/browse/BEAM-2709">BEAM-2709</a></td>
     </tr>
     <tr>
       <td>Go SDK</td>
       <td><a href="https://github.com/apache/beam/tree/go-sdk">go-sdk</a></td>
-      <td><a href="https://issues.apache.org/jira/browse/BEAM/component/12333564">sdk-go</a></td>
+      <td><a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20BEAM%20AND%20component%20%3D%20sdk-go">sdk-go</a></td>
       <td><a href="https://issues.apache.org/jira/browse/BEAM-2083">BEAM-2083</a></td>
     </tr>
   </tbody>

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.