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

guozhang 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 3769f55  MINOR: fix the wrong past-events link (#289)
3769f55 is described below

commit 3769f557b46b727e99ffefba6bef76916efba638
Author: showuon <[email protected]>
AuthorDate: Thu Aug 13 12:45:51 2020 +0800

    MINOR: fix the wrong past-events link (#289)
---
 25/quickstart-zookeeper.html | 2 +-
 26/quickstart-zookeeper.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/25/quickstart-zookeeper.html b/25/quickstart-zookeeper.html
index 67d2ca8..d8681cd 100644
--- a/25/quickstart-zookeeper.html
+++ b/25/quickstart-zookeeper.html
@@ -267,7 +267,7 @@ wordCounts.toStream().to("output-topic"), 
Produced.with(Serdes.String(), Serdes.
         -->
         <li>
             Join a <a href="/events">local Kafka meetup group</a> and
-            <a href="/past-events">watch talks from Kafka Summit</a>,
+            <a href="https://kafka-summit.org/past-events/";>watch talks from 
Kafka Summit</a>,
             the main conference of the Kafka community.
         </li>
     </ul>
diff --git a/26/quickstart-zookeeper.html b/26/quickstart-zookeeper.html
index e9fea43..32478d6 100644
--- a/26/quickstart-zookeeper.html
+++ b/26/quickstart-zookeeper.html
@@ -267,7 +267,7 @@ wordCounts.toStream().to("output-topic"), 
Produced.with(Serdes.String(), Serdes.
         -->
         <li>
             Join a <a href="/events">local Kafka meetup group</a> and
-            <a href="/past-events">watch talks from Kafka Summit</a>,
+            <a href="https://kafka-summit.org/past-events/";>watch talks from 
Kafka Summit</a>,
             the main conference of the Kafka community.
         </li>
     </ul>

Reply via email to