Repository: kafka
Updated Branches:
  refs/heads/1.0 6c01d68c9 -> 5e2767a26


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/5e2767a2
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/5e2767a2
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/5e2767a2

Branch: refs/heads/1.0
Commit: 5e2767a26b9e4662df301df9fd57843c36e2cdc7
Parents: 6c01d68
Author: Joel Hamill <[email protected]>
Authored: Thu Oct 5 09:30:38 2017 -0700
Committer: Guozhang Wang <[email protected]>
Committed: Thu Oct 5 09:31:23 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/5e2767a2/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/5e2767a2/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