This is an automated email from the ASF dual-hosted git repository.
cadonna pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 816d63b908 MINOR: Fix link to old doc in quickstart (#12129)
816d63b908 is described below
commit 816d63b9086f5ad221a65bc52cb70f14b114abb4
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>