Repository: beam Updated Branches: refs/heads/master 2c2d8a35f -> 2d5b6d745
[BEAM-1963] Update Quickstart link in README Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/d14cef0c Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/d14cef0c Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/d14cef0c Branch: refs/heads/master Commit: d14cef0c8fd963db9865ba6a5aad647fdc6f954e Parents: 2c2d8a3 Author: Mark Liu <[email protected]> Authored: Tue Jul 18 12:25:42 2017 -0700 Committer: Ahmet Altay <[email protected]> Committed: Tue Jul 18 13:11:03 2017 -0700 ---------------------------------------------------------------------- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/d14cef0c/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 52c056f..8190baf 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Have ideas for new Runners? See the [JIRA](https://issues.apache.org/jira/browse ## Getting Started -Please refer to the [Quickstart](http://beam.apache.org/get-started/quickstart/) available on our website. +Please refer to the Quickstart[[Java](https://beam.apache.org/get-started/quickstart-java), [Python](https://beam.apache.org/get-started/quickstart-py)] available on our website. If you'd like to build and install the whole project from the source distribution, you may need some additional tools installed in your system. In a Debian-based distribution: @@ -102,4 +102,4 @@ We also have a [contributor's guide](https://beam.apache.org/contribute/contribu * [Apache Beam](http://beam.apache.org) * [Overview](http://beam.apache.org/use/beam-overview/) -* [Quickstart](http://beam.apache.org/use/quickstart/) +* Quickstart: [Java](https://beam.apache.org/get-started/quickstart-java), [Python](https://beam.apache.org/get-started/quickstart-py)
