HOTFIX: fix broken link for wordcount demo example

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

Reviewers: Guozhang Wang <wangguoz@gmail.com>

Closes #2644 from mjsax/hotfixBrokerLink
This commit is contained in:
Matthias J. Sax 2017-03-06 09:52:17 -08:00 committed by Guozhang Wang
parent 63010cbfe5
commit 2064a2a55d
1 changed files with 2 additions and 2 deletions

View File

@ -282,7 +282,7 @@ data in the topic (or use custom consumer code to process it):
<p> <p>
Kafka Streams is a client library of Kafka for real-time stream processing and analyzing data stored in Kafka brokers. 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 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> </p>
<pre> <pre>
// Serializers/deserializers (serde) for String and Long types // Serializers/deserializers (serde) for String and Long types