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

sriharsha pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new cc39e4a  KAFKA-7247: Update a link to Apache BookKeeper project (#5460)
cc39e4a is described below

commit cc39e4aa494f036f15e5d105fd472ea4553d1e36
Author: okumin <[email protected]>
AuthorDate: Thu Aug 9 01:51:19 2018 +0900

    KAFKA-7247: Update a link to Apache BookKeeper project (#5460)
    
     Reviewers: Sriharsha Chintalapani <[email protected]>
---
 docs/uses.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/uses.html b/docs/uses.html
index f1c8407..945b896 100644
--- a/docs/uses.html
+++ b/docs/uses.html
@@ -78,4 +78,4 @@ time-ordered sequence of records. Kafka's support for very 
large stored log data
 Kafka can serve as a kind of external commit-log for a distributed system. The 
log helps replicate data between nodes and acts as a re-syncing
 mechanism for failed nodes to restore their data.
 The <a href="/documentation.html#compaction">log compaction</a> feature in 
Kafka helps support this usage.
-In this usage Kafka is similar to <a 
href="http://zookeeper.apache.org/bookkeeper/";>Apache BookKeeper</a> project.
+In this usage Kafka is similar to <a 
href="https://bookkeeper.apache.org/";>Apache BookKeeper</a> project.

Reply via email to