Author: junrao
Date: Wed Feb  4 01:40:13 2015
New Revision: 1656968

URL: http://svn.apache.org/r1656968
Log:
fix javadoc link from api page

Modified:
    kafka/site/082/api.html

Modified: kafka/site/082/api.html
URL: 
http://svn.apache.org/viewvc/kafka/site/082/api.html?rev=1656968&r1=1656967&r2=1656968&view=diff
==============================================================================
--- kafka/site/082/api.html (original)
+++ kafka/site/082/api.html Wed Feb  4 01:40:13 2015
@@ -35,7 +35,7 @@ public interface Producer<K,V> extends C
  
 </pre>
 You can follow
-<a href="javadoc/org/apache/kafka/clients/producer/KafkaProducer.html" 
title="Kafka 0.8.2 producer example">this example</a> to learn how to use the 
producer api.
+<a 
href="http://kafka.apache.org/082/javadoc/org/apache/kafka/clients/producer/KafkaProducer.html";
 title="Kafka 0.8.2 producer example">this example</a> to learn how to use the 
producer api.
 
 <p>
 The old producer api can be found <a 
href="http://kafka.apache.org/081/documentation.html#producerapi";>


Reply via email to