From commits-return-7813-apmail-kafka-commits-archive=kafka.apache.org@kafka.apache.org Wed Sep 13 20:22:11 2017 Return-Path: X-Original-To: apmail-kafka-commits-archive@www.apache.org Delivered-To: apmail-kafka-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8D5A51AB56 for ; Wed, 13 Sep 2017 20:22:11 +0000 (UTC) Received: (qmail 43324 invoked by uid 500); 13 Sep 2017 20:22:11 -0000 Delivered-To: apmail-kafka-commits-archive@kafka.apache.org Received: (qmail 43285 invoked by uid 500); 13 Sep 2017 20:22:10 -0000 Mailing-List: contact commits-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list commits@kafka.apache.org Received: (qmail 43276 invoked by uid 99); 13 Sep 2017 20:22:10 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Sep 2017 20:22:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EDB79F5697; Wed, 13 Sep 2017 20:22:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: guozhang@apache.org To: commits@kafka.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: kafka git commit: MINOR: update tutorial doc to match ak-site Date: Wed, 13 Sep 2017 20:22:09 +0000 (UTC) Repository: kafka Updated Branches: refs/heads/trunk f47996ccb -> f7b1add68 MINOR: update tutorial doc to match ak-site Author: Damian Guy Reviewers: Guozhang Wang Closes #3847 from dguy/minor-doc-update Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/f7b1add6 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/f7b1add6 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/f7b1add6 Branch: refs/heads/trunk Commit: f7b1add686c27bcf26519c8a6963d9a773d7ffbe Parents: f47996c Author: Damian Guy Authored: Wed Sep 13 13:22:06 2017 -0700 Committer: Guozhang Wang Committed: Wed Sep 13 13:22:06 2017 -0700 ---------------------------------------------------------------------- docs/streams/tutorial.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/f7b1add6/docs/streams/tutorial.html ---------------------------------------------------------------------- diff --git a/docs/streams/tutorial.html b/docs/streams/tutorial.html index 9e009ea..859a303 100644 --- a/docs/streams/tutorial.html +++ b/docs/streams/tutorial.html @@ -49,16 +49,16 @@
         > tree streams.examples
         streams-quickstart
-        ├── pom.xml
-        └── src
-            └── main
-                ├── java
-                │   └── myapps
-                │       ├── LineSplit.java
-                │       ├── Pipe.java
-                │       └── WordCount.java
-                └── resources
-                    └── log4j.properties
+        |-- pom.xml
+        |-- src
+            |-- main
+                |-- java
+                |   |-- myapps
+                |       |-- LineSplit.java
+                |       |-- Pipe.java
+                |       |-- WordCount.java
+                |-- resources
+                    |-- log4j.properties