From 9a4e92ed50bd5b0f39fbc66faa18a3852a4b8a3a Mon Sep 17 00:00:00 2001
From: Daniel Ecer <de-code@users.noreply.github.com>
Date: Mon, 24 Jul 2017 16:13:46 +0100
Subject: [PATCH] fixed Apache Beam Python issue link

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0f4146d..6a25eae 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ This is where the [Science Beam](https://github.com/elifesciences/sciencebeam) m
 Pre-requisites
 --------------
 
-- Python 2.7 ([currently Apache Beam doesn't support Python 3]
+- Python 2.7 ([currently Apache Beam doesn't support Python 3](https://issues.apache.org/jira/browse/BEAM-1373))
 - [Apache Beam](https://beam.apache.org/)
 - [TensorFlow](https://www.tensorflow.org/) with google cloud support
 - [gsutil](https://cloud.google.com/storage/docs/gsutil)
-- 
GitLab