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

mjsax pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 364bc3c5c42 MINOR: Fix directory name inconsistency in the Kafka 
Streams tutorial (#14541)
364bc3c5c42 is described below

commit 364bc3c5c42b7854265d6f3a051217643a5e67a3
Author: Matthias J. Sax <[email protected]>
AuthorDate: Fri Oct 13 09:28:39 2023 -0700

    MINOR: Fix directory name inconsistency in the Kafka Streams tutorial 
(#14541)
    
    Reviewers: Bruno Cadonna <[email protected]>
---
 docs/streams/tutorial.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/streams/tutorial.html b/docs/streams/tutorial.html
index 017d7796821..efa6eba6933 100644
--- a/docs/streams/tutorial.html
+++ b/docs/streams/tutorial.html
@@ -47,7 +47,7 @@
     -DarchetypeArtifactId=streams-quickstart-java \
     -DarchetypeVersion={{fullDotVersion}} \
     -DgroupId=streams.examples \
-    -DartifactId=streams.examples \
+    -DartifactId=streams-quickstart\
     -Dversion=0.1 \
     -Dpackage=myapps</code></pre>
     <p>
@@ -55,7 +55,7 @@
         Assuming the above parameter values are used, this command will create 
a project structure that looks like this:
     </p>
 
-    <pre class="line-numbers"><code class="language-bash">&gt; tree 
streams.examples
+    <pre class="line-numbers"><code class="language-bash">&gt; tree 
streams-quickstart
     streams-quickstart
     |-- pom.xml
     |-- src

Reply via email to