Repository: samza
Updated Branches:
  refs/heads/master ed7e4af2f -> bc0a47b7c


SAMZA-1598: Cleanup README.md file

Update old links. Remove Jenkins build badge, in favor of Travis-CI.

Author: Daniel Nishimura <dnishim...@gmail.com>

Reviewers: Jagdish <jagad...@apache.org>

Closes #434 from dnishimura/samza-1598-clean-readme


Project: http://git-wip-us.apache.org/repos/asf/samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/bc0a47b7
Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/bc0a47b7
Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/bc0a47b7

Branch: refs/heads/master
Commit: bc0a47b7ca0f3f2ff506673224ec7da4880429fd
Parents: ed7e4af
Author: Daniel Nishimura <dnishim...@gmail.com>
Authored: Sat Mar 3 16:29:44 2018 -0800
Committer: Jagadish <jvenkatra...@linkedin.com>
Committed: Sat Mar 3 16:29:44 2018 -0800

----------------------------------------------------------------------
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza/blob/bc0a47b7/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 334c7b4..a431281 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## What is Samza?  [![Build 
Status](https://builds.apache.org/view/S-Z/view/Samza/job/samza-freestyle-build/badge/icon)](https://builds.apache.org/view/S-Z/view/Samza/job/samza-freestyle-build/)
 [![Build 
Status](https://travis-ci.org/apache/samza.svg?branch=master)](https://travis-ci.org/apache/samza)
+## What is Samza?  [![Build 
Status](https://travis-ci.org/apache/samza.svg?branch=master)](https://travis-ci.org/apache/samza)
 
 [Apache Samza](http://samza.apache.org/) is a distributed stream processing 
framework. It uses [Apache Kafka](http://kafka.apache.org) for messaging, and 
[Apache Hadoop 
YARN](http://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/YARN.html)
 to provide fault tolerance, processor isolation, security, and resource 
management.
 
@@ -12,7 +12,7 @@ Samza's key features include:
 * **Pluggable:** Though Samza works out of the box with Kafka and YARN, Samza 
provides a pluggable API that lets you run Samza with other messaging systems 
and execution environments.
 * **Processor isolation:** Samza works with Apache YARN, which supports 
Hadoop's security model, and resource isolation through Linux CGroups.
 
-Check out [Hello Samza](https://samza.apache.org/startup/hello-samza/0.11/) to 
try Samza. Read the 
[Background](https://samza.apache.org/learn/documentation/0.8/introduction/background.html)
 page to learn more about Samza.
+Check out [Hello Samza](https://samza.apache.org/startup/hello-samza/latest/) 
to try Samza. Read the 
[Background](https://samza.apache.org/learn/documentation/latest/introduction/background.html)
 page to learn more about Samza.
 
 ### Building Samza
 

Reply via email to