You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by cr...@apache.org on 2014/04/26 00:36:12 UTC

git commit: SAMZA-241; fix url paths in README for hello samza

Repository: incubator-samza
Updated Branches:
  refs/heads/master b285feebf -> 92f387f13


SAMZA-241; fix url paths in README for hello samza


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

Branch: refs/heads/master
Commit: 92f387f133a67da57f6afee323701c050c5bbf98
Parents: b285fee
Author: Yan Fang <ya...@gmail.com>
Authored: Fri Apr 25 15:36:06 2014 -0700
Committer: Chris Riccomini <cr...@criccomi-mn.linkedin.biz>
Committed: Fri Apr 25 15:36:06 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/92f387f1/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 44cdef7..a930cf0 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Apache Incubator Samza is a distributed stream processing framework. It uses <a
 * **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 processor security through Hadoop's security model, and resource isolation through Linux CGroups.
 
-Check out [Hello Samza](/startup/hello-samza/0.7.0) to try Samza. Read the [Background](/learn/documentation/0.7.0/introduction/background.html) page to learn more about Samza.
+Check out [Hello Samza](https://samza.incubator.apache.org/startup/hello-samza/0.7.0/) to try Samza. Read the [Background](https://samza.incubator.apache.org/learn/documentation/0.7.0/introduction/background.html) page to learn more about Samza.
 
 ### Building Samza