This is an automated email from the ASF dual-hosted git repository.

bbejeck pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 5fb61fb  Correct the name of the generated directory when using the 
maven archetype as described in the "Write a Streams Application" tutorial 
(#183)
5fb61fb is described below

commit 5fb61fb0f7f609b85978da65793a6ee7935ef6d0
Author: Kristian Aurlien <aurl...@users.noreply.github.com>
AuthorDate: Tue Feb 19 20:54:16 2019 +0100

    Correct the name of the generated directory when using the maven archetype 
as described in the "Write a Streams Application" tutorial (#183)
    
    In the streams tutorial, the code examples mixes `streams-quickstart` and 
`streams.examples`. I believe that they should all be `streams.examples`.
    
    Affected version: 2.1._, 2.0._, 1.1._, 1.0._
    
    Tested on mac os x v10.14.2, Java v1.8, Maven v3.5.4
    
    Reviewers: Bill Bejeck <bbej...@gmail.com>,  John Roesler 
<j...@confluent.io>
---
 10/streams/tutorial.html | 4 ++--
 11/streams/tutorial.html | 4 ++--
 20/streams/tutorial.html | 4 ++--
 21/streams/tutorial.html | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/10/streams/tutorial.html b/10/streams/tutorial.html
index 0bad0e5..424947f 100644
--- a/10/streams/tutorial.html
+++ b/10/streams/tutorial.html
@@ -60,7 +60,7 @@
 
     <pre class="brush: bash;">
         &gt; tree streams.examples
-        streams-quickstart
+        streams.examples
         |-- pom.xml
         |-- src
             |-- main
@@ -80,7 +80,7 @@
     </p>
 
     <pre class="brush: bash;">
-        &gt; cd streams-quickstart
+        &gt; cd streams.examples
         &gt; rm src/main/java/myapps/*.java
     </pre>
 
diff --git a/11/streams/tutorial.html b/11/streams/tutorial.html
index 21ff030..05e8217 100644
--- a/11/streams/tutorial.html
+++ b/11/streams/tutorial.html
@@ -60,7 +60,7 @@
 
     <pre class="brush: bash;">
         &gt; tree streams.examples
-        streams-quickstart
+        streams.examples
         |-- pom.xml
         |-- src
             |-- main
@@ -80,7 +80,7 @@
     </p>
 
     <pre class="brush: bash;">
-        &gt; cd streams-quickstart
+        &gt; cd streams.examples
         &gt; rm src/main/java/myapps/*.java
     </pre>
 
diff --git a/20/streams/tutorial.html b/20/streams/tutorial.html
index 0006e3e..d13f4e7 100644
--- a/20/streams/tutorial.html
+++ b/20/streams/tutorial.html
@@ -60,7 +60,7 @@
 
     <pre class="brush: bash;">
         &gt; tree streams.examples
-        streams-quickstart
+        streams.examples
         |-- pom.xml
         |-- src
             |-- main
@@ -80,7 +80,7 @@
     </p>
 
     <pre class="brush: bash;">
-        &gt; cd streams-quickstart
+        &gt; cd streams.examples
         &gt; rm src/main/java/myapps/*.java
     </pre>
 
diff --git a/21/streams/tutorial.html b/21/streams/tutorial.html
index 0006e3e..d13f4e7 100644
--- a/21/streams/tutorial.html
+++ b/21/streams/tutorial.html
@@ -60,7 +60,7 @@
 
     <pre class="brush: bash;">
         &gt; tree streams.examples
-        streams-quickstart
+        streams.examples
         |-- pom.xml
         |-- src
             |-- main
@@ -80,7 +80,7 @@
     </p>
 
     <pre class="brush: bash;">
-        &gt; cd streams-quickstart
+        &gt; cd streams.examples
         &gt; rm src/main/java/myapps/*.java
     </pre>
 

Reply via email to