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 df899a2d08 MINOR: Fix broken link to Streams tutorial (#12426)
df899a2d08 is described below

commit df899a2d0845f2ccc38286c00819a4d9ca029c67
Author: Mickael Maison <[email protected]>
AuthorDate: Thu Jul 21 15:09:31 2022 +0200

    MINOR: Fix broken link to Streams tutorial (#12426)
    
    Also fix Transforming Data Pt. 2 video title
    
    Reviewer: Bruno Cadonna <[email protected]>
---
 docs/quickstart.html    | 2 +-
 docs/streams/index.html | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/quickstart.html b/docs/quickstart.html
index a86ec56008..3a75211d0b 100644
--- a/docs/quickstart.html
+++ b/docs/quickstart.html
@@ -278,7 +278,7 @@ wordCounts.toStream().to("output-topic", 
Produced.with(Serdes.String(), Serdes.L
 
         <p>
             The <a href="/documentation/streams/quickstart">Kafka Streams 
demo</a>
-            and the <a href="/documentation/streams/tutorial">app development 
tutorial</a>
+            and the <a href="/{{version}}/documentation/streams/tutorial">app 
development tutorial</a>
             demonstrate how to code and run such a streaming application from 
start to finish.
         </p>
 
diff --git a/docs/streams/index.html b/docs/streams/index.html
index e38b3890af..0b14339a6f 100644
--- a/docs/streams/index.html
+++ b/docs/streams/index.html
@@ -48,16 +48,16 @@
                 <h3>TOUR OF THE STREAMS API</h3>
                 <div class="video__list">
                    <p class="video__item video_list_1 active" 
onclick="$('.video__item').removeClass('active'); 
$(this).addClass('active');$('.yt_series').hide();$('.video_1').show();">
-                       <span class="video-number">1</span><span 
class="video__text">Intro to Streams</span>
+                      <span class="video-number">1</span><span 
class="video__text">Intro to Streams</span>
                    </p>
                    <p class="video__item video_list_2" 
onclick="$('.video__item').removeClass('active'); 
$(this).addClass('active');$('.yt_series').hide();$('.video_2').show();">
-                       <span class="video-number">2</span><span 
class="video__text">Creating a Streams Application</span>
+                      <span class="video-number">2</span><span 
class="video__text">Creating a Streams Application</span>
                    </p>
                    <p class="video__item video_list_3" 
onclick="$('.video__item').removeClass('active'); 
$(this).addClass('active');$('.yt_series').hide();$('.video_3').show();">
-                       <span class="video-number">3</span><span 
class="video__text">Transforming Data Pt. 1</span>
+                      <span class="video-number">3</span><span 
class="video__text">Transforming Data Pt. 1</span>
                    </p>
                    <p class="video__item video_list_4" 
onclick="$('.video__item').removeClass('active'); 
$(this).addClass('active');$('.yt_series').hide();$('.video_4').show();">
-                      <span class="video-number">4</span><span 
class="video__text">Transforming Data Pt. 11</span>
+                      <span class="video-number">4</span><span 
class="video__text">Transforming Data Pt. 2</span>
                    </p>
                 </div>
             </div>

Reply via email to