You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jk...@apache.org on 2013/06/30 00:13:22 UTC

svn commit: r1498032 - in /kafka/site: design.html implementation.html

Author: jkreps
Date: Sat Jun 29 22:13:22 2013
New Revision: 1498032

URL: http://svn.apache.org/r1498032
Log:
Fix broken includes.


Modified:
    kafka/site/design.html
    kafka/site/implementation.html

Modified: kafka/site/design.html
URL: http://svn.apache.org/viewvc/kafka/site/design.html?rev=1498032&r1=1498031&r2=1498032&view=diff
==============================================================================
--- kafka/site/design.html (original)
+++ kafka/site/design.html Sat Jun 29 22:13:22 2013
@@ -261,5 +261,5 @@ Batch processing happens in stages begin
 In the case of Hadoop we parallelize the data load by splitting the load over individual map tasks, one for each node/topic/partition combination, allowing full parallelism in the loading. Hadoop provides the task management, and tasks which fail can restart without danger of duplicate data.
 </p>
 
-<!--#include virtual="../includes/footer.html" -->
+<!--#include virtual="/includes/footer.html" -->
 

Modified: kafka/site/implementation.html
URL: http://svn.apache.org/viewvc/kafka/site/implementation.html?rev=1498032&r1=1498031&r2=1498032&view=diff
==============================================================================
--- kafka/site/implementation.html (original)
+++ kafka/site/implementation.html Sat Jun 29 22:13:22 2013
@@ -1,4 +1,4 @@
-<!--#include virtual="../includes/header.html" -->
+<!--#include virtual="/includes/header.html" -->
 
 <h1>Implementation Details</h1>
 
@@ -352,4 +352,4 @@ When rebalancing is triggered at one con
 </p>
 
 </h2>
-<!--#include virtual="../includes/footer.html" -->
+<!--#include virtual="/includes/footer.html" -->