You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2019/03/27 04:11:13 UTC

[beam] branch master updated: Changed github link to not require login and fixed broken example link

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

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 74a87c6  Changed github link to not require login and fixed broken example link
     new cea9c32  Merge pull request #8150 from davidyan74/patch-1
74a87c6 is described below

commit 74a87c6e52082b85a203b908051d50fb2bed55fc
Author: David Yan <da...@apache.org>
AuthorDate: Tue Mar 26 18:39:26 2019 -0700

    Changed github link to not require login and fixed broken example link
    
    1. git clone git@github.com:apache/beam.git requires the user to be logged in, while https://github.com/apache/beam does not.
    2. Spaces in the example link need to be escaped.
---
 sdks/python/apache_beam/runners/interactive/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sdks/python/apache_beam/runners/interactive/README.md b/sdks/python/apache_beam/runners/interactive/README.md
index 89beca6..97c5ad5 100644
--- a/sdks/python/apache_beam/runners/interactive/README.md
+++ b/sdks/python/apache_beam/runners/interactive/README.md
@@ -119,7 +119,7 @@ a quick reference). For a more general and complete getting started guide, see
     when you run `setup.py`**
 
 *   ```bash
-    $ git clone git@github.com:apache/beam.git
+    $ git clone https://github.com/apache/beam
     $ cd beam/sdks/python
     $ python setup.py install
     ```
@@ -159,7 +159,7 @@ Or after you've already opend a notebook, change the kernel by clicking
 
 Voila! You can now run Beam pipelines interactively in your Jupyter notebook!
 
-**See [Interactive Beam Example.ipynb](examples/Interactive Beam Example.ipynb)
+**See [Interactive Beam Example.ipynb](examples/Interactive%20Beam%20Example.ipynb)
 for more examples.**
 
 ## Portability