This is an automated email from the ASF dual-hosted git repository.
cadonna pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/3.2 by this push:
new e566e53204 MINOR: Fix link to old doc in quickstart (#12129)
e566e53204 is described below
commit e566e53204beff5f40c06bdc5790d4f676da73f2
Author: Bruno Cadonna <[email protected]>
AuthorDate: Fri May 6 11:43:30 2022 +0200
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.
---
docs/quickstart.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/quickstart.html b/docs/quickstart.html
index c958feb873..79a33f8faf 100644
--- a/docs/quickstart.html
+++ b/docs/quickstart.html
@@ -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>