Index: site/code.html =================================================================== --- site/code.html (revision 1667140) +++ site/code.html (working copy) @@ -4,12 +4,9 @@ Our code is kept in git. You can check it out like this:

-	git clone http://git-wip-us.apache.org/repos/asf/kafka.git kafka
+	git clone https://git-wip-us.apache.org/repos/asf/kafka.git kafka
 

-If you are a committer you need to use https instead of http to check in. -

-

Information on contributing patches can be found here.