You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by mj...@apache.org on 2018/01/18 00:37:56 UTC

[kafka-site] branch asf-site updated: Update Kafka git repo to point to GitHub (#119)

This is an automated email from the ASF dual-hosted git repository.

mjsax pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 9d78d42  Update Kafka git repo to point to GitHub (#119)
9d78d42 is described below

commit 9d78d42e043731e2d0a26eb27f0f97d051a8bee8
Author: Matthias J. Sax <mj...@apache.org>
AuthorDate: Wed Jan 17 16:37:54 2018 -0800

    Update Kafka git repo to point to GitHub (#119)
---
 code.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code.html b/code.html
index 1659745..39a9749 100644
--- a/code.html
+++ b/code.html
@@ -5,10 +5,10 @@
 	<div class="right">
 		<h1>Getting the code</h1>
 		<p>
-		Our code is kept in git. You can check it out like this:
+		Our code is kept in Apache GitHub repo. You can check it out like this:
 		</p>
 		<pre>
-			git clone https://git-wip-us.apache.org/repos/asf/kafka.git kafka
+			git clone https://github.com/apache/kafka.git kafka
 		</pre>
 		<p>
 		Information on contributing patches can be found <a href="contributing.html">here</a>.

-- 
To stop receiving notification emails like this one, please contact
['"commits@kafka.apache.org" <co...@kafka.apache.org>'].