Repository: kafka
Updated Branches:
  refs/heads/trunk e40b3a2e7 -> ff5fc9dd1


Rename streams tutorial and quickstart

Changed these topic titles:
- Write your own Streams Applications -> Tutorial: Write a Streams Application
- Play with a Streams Application -> Run the Streams Demo Application

Author: Joel Hamill <[email protected]>
Author: Joel Hamill <[email protected]>

Reviewers: Michael G. Noll <[email protected]>, Guozhang Wang 
<[email protected]>

Closes #4017 from joel-hamill/joel-hamill/streams-titles


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/ff5fc9dd
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/ff5fc9dd
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/ff5fc9dd

Branch: refs/heads/trunk
Commit: ff5fc9dd1eb3f8f42011ef0fd05ba56e836566d2
Parents: e40b3a2
Author: Joel Hamill <[email protected]>
Authored: Thu Oct 5 09:30:38 2017 -0700
Committer: Guozhang Wang <[email protected]>
Committed: Thu Oct 5 09:30:38 2017 -0700

----------------------------------------------------------------------
 docs/streams/quickstart.html | 4 ++--
 docs/streams/tutorial.html   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/ff5fc9dd/docs/streams/quickstart.html
----------------------------------------------------------------------
diff --git a/docs/streams/quickstart.html b/docs/streams/quickstart.html
index 72fd952..c4b52ea 100644
--- a/docs/streams/quickstart.html
+++ b/docs/streams/quickstart.html
@@ -17,8 +17,8 @@
 <script><!--#include virtual="../js/templateData.js" --></script>
 
 <script id="content-template" type="text/x-handlebars-template">
-  <h1>Quickstart</h2>
-  <h2>Play with a Streams Application</h2>
+
+  <h1>Run Streams Demo Application</h1>
 
 <p>
   This tutorial assumes you are starting fresh and have no existing Kafka or 
ZooKeeper data. However, if you have already started Kafka and

http://git-wip-us.apache.org/repos/asf/kafka/blob/ff5fc9dd/docs/streams/tutorial.html
----------------------------------------------------------------------
diff --git a/docs/streams/tutorial.html b/docs/streams/tutorial.html
index f800681..b93ba6f 100644
--- a/docs/streams/tutorial.html
+++ b/docs/streams/tutorial.html
@@ -17,7 +17,7 @@
 <script><!--#include virtual="../js/templateData.js" --></script>
 
 <script id="content-template" type="text/x-handlebars-template">
-    <h1>Write your own Streams Applications</h1>
+    <h1>Tutorial: Write a Streams Application</h1>
 
     <p>
         In this guide we will start from scratch on setting up your own 
project to write a stream processing application using Kafka Streams.

Reply via email to