You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2017/03/06 17:52:20 UTC

kafka git commit: HOTFIX: fix broken link for wordcount demo example

Repository: kafka
Updated Branches:
  refs/heads/trunk 63010cbfe -> 2064a2a55


HOTFIX: fix broken link for wordcount demo example

Author: Matthias J. Sax <ma...@confluent.io>

Reviewers: Guozhang Wang <wa...@gmail.com>

Closes #2644 from mjsax/hotfixBrokerLink


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/2064a2a5
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/2064a2a5
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/2064a2a5

Branch: refs/heads/trunk
Commit: 2064a2a55dde9ae4e263eb7c78da3b4ac2896201
Parents: 63010cb
Author: Matthias J. Sax <ma...@confluent.io>
Authored: Mon Mar 6 09:52:17 2017 -0800
Committer: Guozhang Wang <wa...@gmail.com>
Committed: Mon Mar 6 09:52:17 2017 -0800

----------------------------------------------------------------------
 docs/quickstart.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/2064a2a5/docs/quickstart.html
----------------------------------------------------------------------
diff --git a/docs/quickstart.html b/docs/quickstart.html
index 69f6a7a..51d85fd 100644
--- a/docs/quickstart.html
+++ b/docs/quickstart.html
@@ -282,7 +282,7 @@ data in the topic (or use custom consumer code to process it):
 <p>
 Kafka Streams is a client library of Kafka for real-time stream processing and analyzing data stored in Kafka brokers.
 This quickstart example will demonstrate how to run a streaming application coded in this library. Here is the gist
-of the <code><a href="https://github.com/apache/kafka/blob/{dotVersion}/streams/examples/src/main/java/org/apache/kafka/streams/examples/wordcount/WordCountDemo.java">WordCountDemo</a></code> example code (converted to use Java 8 lambda expressions for easy reading).
+of the <code><a href="https://github.com/apache/kafka/blob/{{dotVersion}}/streams/examples/src/main/java/org/apache/kafka/streams/examples/wordcount/WordCountDemo.java">WordCountDemo</a></code> example code (converted to use Java 8 lambda expressions for easy reading).
 </p>
 <pre>
 // Serializers/deserializers (serde) for String and Long types
@@ -446,4 +446,4 @@ console consumer, as described above).
 
 </script>
 
-<div class="p-quickstart"></div>
\ No newline at end of file
+<div class="p-quickstart"></div>