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/04/17 21:31:41 UTC

[beam-site] branch asf-site updated (6cfd3ba -> 8c4f2a9)

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 6cfd3ba  Prepare repository for deployment.
     add 7ca076f  [BEAM-4101] Fix broken links
     add 3fb9f16  This closes #421
     new 8c4f2a9  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/release-guide/index.html                        | 2 +-
 content/documentation/sdks/python-pipeline-dependencies/index.html | 2 +-
 src/contribute/release-guide.md                                    | 2 +-
 src/documentation/sdks/python-pipeline-dependencies.md             | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
mergebot-role@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 8c4f2a922bfd8c7091be14e6e58b460f2370acc1
Author: Mergebot <me...@apache.org>
AuthorDate: Tue Apr 17 14:31:39 2018 -0700

    Prepare repository for deployment.
---
 content/contribute/release-guide/index.html                        | 2 +-
 content/documentation/sdks/python-pipeline-dependencies/index.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/contribute/release-guide/index.html b/content/contribute/release-guide/index.html
index 4af9749..79a7d15 100644
--- a/content/contribute/release-guide/index.html
+++ b/content/contribute/release-guide/index.html
@@ -413,7 +413,7 @@ instructions</a>.</p>
 
 <h4 id="register-to-pypi">Register to PyPI</h4>
 
-<p>Release manager needs to have an account with PyPI. If you need one, <a href="https://pypi.python.org/pypi?%3Aaction=register_form">register</a> at PyPI. You also need to be a maintainer (or an owner) of the <a href="https://pypi.python.org/pypi/apache-beam">apache-beam</a> package in order to push a new release. Ask on the mailing list for assistance.</p>
+<p>Release manager needs to have an account with PyPI. If you need one, <a href="https://pypi.python.org/account/register/">register at PyPI</a>. You also need to be a maintainer (or an owner) of the <a href="https://pypi.python.org/pypi/apache-beam">apache-beam</a> package in order to push a new release. Ask on the mailing list for assistance.</p>
 
 <h3 id="create-a-new-version-in-jira">Create a new version in JIRA</h3>
 
diff --git a/content/documentation/sdks/python-pipeline-dependencies/index.html b/content/documentation/sdks/python-pipeline-dependencies/index.html
index 3ab4dbe..3afbcab 100644
--- a/content/documentation/sdks/python-pipeline-dependencies/index.html
+++ b/content/documentation/sdks/python-pipeline-dependencies/index.html
@@ -151,7 +151,7 @@
 
 <h2 id="pypi-dependencies">PyPI Dependencies</h2>
 
-<p>If your pipeline uses public packages from the <a href="https://pypi.python.org/pypi">Python Package Index</a>, make these packages available remotely by performing the following steps:</p>
+<p>If your pipeline uses public packages from the <a href="https://pypi.python.org/">Python Package Index</a>, make these packages available remotely by performing the following steps:</p>
 
 <p><strong>Note:</strong> If your PyPI package depends on a non-Python package (e.g. a package that requires installation on Linux using the <code class="highlighter-rouge">apt-get install</code> command), see the <a href="#nonpython">PyPI Dependencies with Non-Python Dependencies</a> section instead.</p>
 

-- 
To stop receiving notification emails like this one, please contact
mergebot-role@apache.org.