This is an automated email from the ASF dual-hosted git repository.

cadonna pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 9048f0e0 Fix link to old version (#407)
9048f0e0 is described below

commit 9048f0e03fb3f39b0388aa585e94ecfb13e1d92d
Author: Bruno Cadonna <[email protected]>
AuthorDate: Fri May 6 20:36:37 2022 +0200

    Fix link to old version (#407)
    
    
    Reviewers: Luke Chen <[email protected]>, Bill Bejeck <[email protected]>
---
 32/quickstart.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/32/quickstart.html b/32/quickstart.html
index c958feb8..79a33f8f 100644
--- a/32/quickstart.html
+++ b/32/quickstart.html
@@ -277,8 +277,8 @@ KTable&lt;String, Long&gt; 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>
 

Reply via email to