This is an automated email from the ASF dual-hosted git repository.
cameronlee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/samza.git
The following commit(s) were added to refs/heads/master by this push:
new cc1bb19 Migrating git-links to hello-world (#1057)
cc1bb19 is described below
commit cc1bb19c175835e823dcce6bc0b0061c2e015af0
Author: rmatharu <[email protected]>
AuthorDate: Fri May 31 17:47:06 2019 -0700
Migrating git-links to hello-world (#1057)
---
docs/learn/documentation/versioned/deployment/standalone.md | 2 +-
docs/learn/tutorials/versioned/hello-samza-high-level-code.md | 2 +-
docs/learn/tutorials/versioned/hello-samza-high-level-yarn.md | 2 +-
docs/learn/tutorials/versioned/hello-samza-high-level-zk.md | 2 +-
docs/learn/tutorials/versioned/remote-debugging-samza.md | 2 +-
docs/learn/tutorials/versioned/samza-event-hubs-standalone.md | 2 +-
docs/startup/code-examples/versioned/samza.md | 2 +-
docs/startup/hello-samza/versioned/index.md | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/docs/learn/documentation/versioned/deployment/standalone.md
b/docs/learn/documentation/versioned/deployment/standalone.md
index 61d8b93..6b2d168 100644
--- a/docs/learn/documentation/versioned/deployment/standalone.md
+++ b/docs/learn/documentation/versioned/deployment/standalone.md
@@ -42,7 +42,7 @@ This mode allows you to bring any cluster-manager or
hosting-environment of your
The [Hello-samza](https://github.com/apache/samza-hello-samza/) project
includes multiple examples of Samza standalone applications. Let us first check
out the repository.
```bash
-git clone https://git.apache.org/samza-hello-samza.git hello-samza
+git clone https://gitbox.apache.org/repos/asf/samza-hello-samza.git hello-samza
cd hello-samza
```
diff --git a/docs/learn/tutorials/versioned/hello-samza-high-level-code.md
b/docs/learn/tutorials/versioned/hello-samza-high-level-code.md
index a881b51..ed0fa0e 100644
--- a/docs/learn/tutorials/versioned/hello-samza-high-level-code.md
+++ b/docs/learn/tutorials/versioned/hello-samza-high-level-code.md
@@ -30,7 +30,7 @@ Let's get started.
Check out the hello-samza project:
{% highlight bash %}
-git clone https://git.apache.org/samza-hello-samza.git hello-samza
+git clone https://gitbox.apache.org/repos/asf/samza-hello-samza.git hello-samza
cd hello-samza
git checkout latest
{% endhighlight %}
diff --git a/docs/learn/tutorials/versioned/hello-samza-high-level-yarn.md
b/docs/learn/tutorials/versioned/hello-samza-high-level-yarn.md
index cbdddab..2fe2bb4 100644
--- a/docs/learn/tutorials/versioned/hello-samza-high-level-yarn.md
+++ b/docs/learn/tutorials/versioned/hello-samza-high-level-yarn.md
@@ -27,7 +27,7 @@ This tutorial demonstrates a simple wikipedia application
created with the High
Check out the hello-samza project:
{% highlight bash %}
-git clone https://git.apache.org/samza-hello-samza.git hello-samza
+git clone https://gitbox.apache.org/repos/asf/samza-hello-samza.git hello-samza
cd hello-samza
git checkout latest
{% endhighlight %}
diff --git a/docs/learn/tutorials/versioned/hello-samza-high-level-zk.md
b/docs/learn/tutorials/versioned/hello-samza-high-level-zk.md
index d8aedf3..de8822b 100644
--- a/docs/learn/tutorials/versioned/hello-samza-high-level-zk.md
+++ b/docs/learn/tutorials/versioned/hello-samza-high-level-zk.md
@@ -27,7 +27,7 @@ In this tutorial, we will learn how to run a Samza
application using ZooKeeper d
Let's get started by cloning the hello-samza project
{% highlight bash %}
-git clone https://git.apache.org/samza-hello-samza.git hello-samza
+git clone https://gitbox.apache.org/repos/asf/samza-hello-samza.git hello-samza
cd hello-samza
git checkout latest
{% endhighlight %}
diff --git a/docs/learn/tutorials/versioned/remote-debugging-samza.md
b/docs/learn/tutorials/versioned/remote-debugging-samza.md
index 3f8b669..e0c7445 100644
--- a/docs/learn/tutorials/versioned/remote-debugging-samza.md
+++ b/docs/learn/tutorials/versioned/remote-debugging-samza.md
@@ -32,7 +32,7 @@ git clone http://git-wip-us.apache.org/repos/asf/samza.git
Next, grab hello-samza.
{% highlight bash %}
-git clone https://git.apache.org/samza-hello-samza.git
+git clone https://gitbox.apache.org/repos/asf/samza-hello-samza.git
{% endhighlight %}
### Setup the Environment
diff --git a/docs/learn/tutorials/versioned/samza-event-hubs-standalone.md
b/docs/learn/tutorials/versioned/samza-event-hubs-standalone.md
index b9fe533..b7a5757 100644
--- a/docs/learn/tutorials/versioned/samza-event-hubs-standalone.md
+++ b/docs/learn/tutorials/versioned/samza-event-hubs-standalone.md
@@ -25,7 +25,7 @@ The
[hello-samza](https://github.com/apache/samza-hello-samza) project has an ex
Let's get started by cloning the hello-samza project
{% highlight bash %}
-git clone https://git.apache.org/samza-hello-samza.git hello-samza
+git clone https://gitbox.apache.org/repos/asf/samza-hello-samza.git hello-samza
cd hello-samza
git checkout latest
{% endhighlight %}
diff --git a/docs/startup/code-examples/versioned/samza.md
b/docs/startup/code-examples/versioned/samza.md
index 710099a..8976394 100644
--- a/docs/startup/code-examples/versioned/samza.md
+++ b/docs/startup/code-examples/versioned/samza.md
@@ -25,7 +25,7 @@ title: Samza Code Examples
The [hello-samza](https://github.com/apache/samza-hello-samza) project
contains several examples to help you create your Samza applications. To
checkout the hello-samza project:
{% highlight bash %}
-> git clone https://git.apache.org/samza-hello-samza.git hello-samza
+> git clone https://gitbox.apache.org/repos/asf/samza-hello-samza.git
hello-samza
{% endhighlight %}
#### High-level API examples
diff --git a/docs/startup/hello-samza/versioned/index.md
b/docs/startup/hello-samza/versioned/index.md
index 30384fe..5c7df64 100644
--- a/docs/startup/hello-samza/versioned/index.md
+++ b/docs/startup/hello-samza/versioned/index.md
@@ -25,7 +25,7 @@ The
[hello-samza](https://github.com/apache/samza-hello-samza) project is an exa
Check out the hello-samza project:
{% highlight bash %}
-git clone https://git.apache.org/samza-hello-samza.git hello-samza
+git clone https://gitbox.apache.org/repos/asf/samza-hello-samza.git hello-samza
cd hello-samza
git checkout latest
{% endhighlight %}