You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ya...@apache.org on 2014/09/30 00:50:16 UTC

git commit: SAMZA-422: Docs for hello-samza should checkout latest

Repository: incubator-samza
Updated Branches:
  refs/heads/master 350909d6c -> f4876e35e


SAMZA-422: Docs for hello-samza should checkout latest


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

Branch: refs/heads/master
Commit: f4876e35e7b06039dc23cec9874031e72b7d164a
Parents: 350909d
Author: Yan Fang <ya...@gmail.com>
Authored: Mon Sep 29 15:50:00 2014 -0700
Committer: Yan Fang <ya...@gmail.com>
Committed: Mon Sep 29 15:50:00 2014 -0700

----------------------------------------------------------------------
 docs/startup/hello-samza/versioned/index.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/f4876e35/docs/startup/hello-samza/versioned/index.md
----------------------------------------------------------------------
diff --git a/docs/startup/hello-samza/versioned/index.md b/docs/startup/hello-samza/versioned/index.md
index 1475b8d..f07c656 100644
--- a/docs/startup/hello-samza/versioned/index.md
+++ b/docs/startup/hello-samza/versioned/index.md
@@ -27,6 +27,7 @@ Check out the hello-samza project:
 {% highlight bash %}
 git clone git://git.apache.org/incubator-samza-hello-samza.git hello-samza
 cd hello-samza
+git checkout latest
 {% endhighlight %}
 
 This project contains everything you'll need to run your first Samza jobs.