mirror of https://github.com/apache/kafka.git
MINOR: Fix link to old doc in quickstart (#12129)
In Kafka's quickstart a link points to the 2.5 Kafka Streams demo. This PR fixes this link.
This commit is contained in:
parent
16324448a2
commit
816d63b908
|
@ -277,8 +277,8 @@ KTable<String, Long> wordCounts = textLines
|
|||
wordCounts.toStream().to("output-topic", Produced.with(Serdes.String(), Serdes.Long()));</code></pre>
|
||||
|
||||
<p>
|
||||
The <a href="/25/documentation/streams/quickstart">Kafka Streams demo</a>
|
||||
and the <a href="/25/documentation/streams/tutorial">app development tutorial</a>
|
||||
The <a href="/documentation/streams/quickstart">Kafka Streams demo</a>
|
||||
and the <a href="/documentation/streams/tutorial">app development tutorial</a>
|
||||
demonstrate how to code and run such a streaming application from start to finish.
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Reference in New Issue