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 <[email protected]> Authored: Mon Sep 29 15:50:00 2014 -0700 Committer: Yan Fang <[email protected]> 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.
