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 2015/07/10 23:54:32 UTC

samza git commit: SAMZA-729: use https instead of git protocal in docs

Repository: samza
Updated Branches:
  refs/heads/master fa6ca0b14 -> d5fbe1b96


SAMZA-729: use https instead of git protocal in docs


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

Branch: refs/heads/master
Commit: d5fbe1b96279baab15580f6e23964ecebcc25748
Parents: fa6ca0b
Author: Aleksandar Pejakovic <a....@levi9.com>
Authored: Fri Jul 10 14:54:09 2015 -0700
Committer: Yan Fang <ya...@gmail.com>
Committed: Fri Jul 10 14:54:09 2015 -0700

----------------------------------------------------------------------
 docs/learn/tutorials/versioned/remote-debugging-samza.md | 2 +-
 docs/startup/hello-samza/versioned/index.md              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza/blob/d5fbe1b9/docs/learn/tutorials/versioned/remote-debugging-samza.md
----------------------------------------------------------------------
diff --git a/docs/learn/tutorials/versioned/remote-debugging-samza.md b/docs/learn/tutorials/versioned/remote-debugging-samza.md
index 1af10b9..5f4f993 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 git://git.apache.org/samza-hello-samza.git
+git clone https://git.apache.org/samza-hello-samza.git
 {% endhighlight %}
 
 ### Setup the Environment

http://git-wip-us.apache.org/repos/asf/samza/blob/d5fbe1b9/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 b4ab23a..71c71b3 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 a stan
 Check out the hello-samza project:
 
 {% highlight bash %}
-git clone git://git.apache.org/samza-hello-samza.git hello-samza
+git clone https://git.apache.org/samza-hello-samza.git hello-samza
 cd hello-samza
 git checkout latest
 {% endhighlight %}