mirror of https://github.com/apache/kafka.git
MINOR: Fix broken link to Streams tutorial (#12426)
Also fix Transforming Data Pt. 2 video title Reviewer: Bruno Cadonna <cadonna@apache.org>
This commit is contained in:
parent
badfbacdd0
commit
df899a2d08
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue