Repository: incubator-samza Updated Branches: refs/heads/master 39f9fd06e -> 10c6338a0
SAMZA-210: Fix directory name in hello-samza docs Project: http://git-wip-us.apache.org/repos/asf/incubator-samza/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-samza/commit/10c6338a Tree: http://git-wip-us.apache.org/repos/asf/incubator-samza/tree/10c6338a Diff: http://git-wip-us.apache.org/repos/asf/incubator-samza/diff/10c6338a Branch: refs/heads/master Commit: 10c6338a0f87249d69361226a364796fc5fc162c Parents: 39f9fd0 Author: Dave Revell <dave dot revell at gmail dot com> Authored: Thu Mar 27 14:40:10 2014 -0700 Committer: Jakob Glen Homan <[email protected]> Committed: Thu Mar 27 14:40:10 2014 -0700 ---------------------------------------------------------------------- docs/startup/hello-samza/0.7.0/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/10c6338a/docs/startup/hello-samza/0.7.0/index.md ---------------------------------------------------------------------- diff --git a/docs/startup/hello-samza/0.7.0/index.md b/docs/startup/hello-samza/0.7.0/index.md index 7741e2c..6a88a30 100644 --- a/docs/startup/hello-samza/0.7.0/index.md +++ b/docs/startup/hello-samza/0.7.0/index.md @@ -9,7 +9,7 @@ The [hello-samza](https://github.com/apache/incubator-samza-hello-samza) project Check out the hello-samza project: - git clone git://git.apache.org/incubator-samza-hello-samza.git + git clone git://git.apache.org/incubator-samza-hello-samza.git hello-samza cd hello-samza This project contains everything you'll need to run your first Samza jobs.
