Repository: incubator-samza Updated Branches: refs/heads/master f50312392 -> 891a6f8ef
SAMZA-188: Change references in docs to newly hosted ASF 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/891a6f8e Tree: http://git-wip-us.apache.org/repos/asf/incubator-samza/tree/891a6f8e Diff: http://git-wip-us.apache.org/repos/asf/incubator-samza/diff/891a6f8e Branch: refs/heads/master Commit: 891a6f8efc5348db3fd186a0dc47e62a0e7c7af5 Parents: f503123 Author: Jakob Homan <[email protected]> Authored: Tue Mar 18 22:02:21 2014 -0700 Committer: Jakob Homan <[email protected]> Committed: Tue Mar 18 22:02:21 2014 -0700 ---------------------------------------------------------------------- docs/learn/tutorials/0.7.0/remote-debugging-samza.md | 2 +- docs/startup/hello-samza/0.7.0/index.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/891a6f8e/docs/learn/tutorials/0.7.0/remote-debugging-samza.md ---------------------------------------------------------------------- diff --git a/docs/learn/tutorials/0.7.0/remote-debugging-samza.md b/docs/learn/tutorials/0.7.0/remote-debugging-samza.md index 3164c01..e82e436 100644 --- a/docs/learn/tutorials/0.7.0/remote-debugging-samza.md +++ b/docs/learn/tutorials/0.7.0/remote-debugging-samza.md @@ -16,7 +16,7 @@ git clone http://git-wip-us.apache.org/repos/asf/incubator-samza.git Next, grab hello-samza. ``` -git clone http://github.com/linkedin/hello-samza.git +git clone git://git.apache.org/incubator-samza-hello-samza.git ``` ### Setup the Environment http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/891a6f8e/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 656e3b4..7741e2c 100644 --- a/docs/startup/hello-samza/0.7.0/index.md +++ b/docs/startup/hello-samza/0.7.0/index.md @@ -3,13 +3,13 @@ layout: page title: Hello Samza --- -The [hello-samza](http://github.com/linkedin/hello-samza) project is a stand-alone project designed to help you run your first Samza job. +The [hello-samza](https://github.com/apache/incubator-samza-hello-samza) project is a stand-alone project designed to help you run your first Samza job. ### Get the Code Check out the hello-samza project: - git clone git://github.com/linkedin/hello-samza.git + git clone git://git.apache.org/incubator-samza-hello-samza.git cd hello-samza This project contains everything you'll need to run your first Samza jobs.
