diff --git a/docs/quickstart.html b/docs/quickstart.html index a86ec560080..3a75211d0b1 100644 --- a/docs/quickstart.html +++ b/docs/quickstart.html @@ -278,7 +278,7 @@ wordCounts.toStream().to("output-topic", Produced.with(Serdes.String(), Serdes.L

The Kafka Streams demo - and the app development tutorial + and the app development tutorial demonstrate how to code and run such a streaming application from start to finish.

diff --git a/docs/streams/index.html b/docs/streams/index.html index e38b3890af9..0b14339a6f9 100644 --- a/docs/streams/index.html +++ b/docs/streams/index.html @@ -48,16 +48,16 @@

TOUR OF THE STREAMS API

- 1Intro to Streams + 1Intro to Streams

- 2Creating a Streams Application + 2Creating a Streams Application

- 3Transforming Data Pt. 1 + 3Transforming Data Pt. 1

- 4Transforming Data Pt. 11 + 4Transforming Data Pt. 2