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

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


The following commit(s) were added to refs/heads/3.7 by this push:
     new c84650ffbc5 MINOR: fix KafkaStreams archtype docs (#18469)
c84650ffbc5 is described below

commit c84650ffbc5e91ecff1d234218987ba54444f092
Author: Matthias J. Sax <matth...@confluent.io>
AuthorDate: Mon Jan 13 11:19:32 2025 -0800

    MINOR: fix KafkaStreams archtype docs (#18469)
    
    Reviewers: Chia-Ping Tsai <chia7...@gmail.com>
---
 docs/streams/tutorial.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/streams/tutorial.html b/docs/streams/tutorial.html
index efa6eba6933..ac7c4b10c86 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-quickstart\
+    -DartifactId=streams-quickstart \
     -Dversion=0.1 \
     -Dpackage=myapps</code></pre>
     <p>

Reply via email to