You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2018/04/02 01:11:11 UTC

[kafka-site] branch asf-site updated: MINOR: Streams developer-guide ref-link fix

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

guozhang 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 ffbdbc4  MINOR: Streams developer-guide ref-link fix
ffbdbc4 is described below

commit ffbdbc4b262c5c79d0d834caecb1d8f18966d6c7
Author: Guozhang Wang <wa...@gmail.com>
AuthorDate: Sun Apr 1 18:10:58 2018 -0700

    MINOR: Streams developer-guide ref-link fix
---
 11/streams/developer-guide/write-streams.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/11/streams/developer-guide/write-streams.html b/11/streams/developer-guide/write-streams.html
index 1e4213d..98c85d6 100644
--- a/11/streams/developer-guide/write-streams.html
+++ b/11/streams/developer-guide/write-streams.html
@@ -39,7 +39,7 @@
           <li><a class="reference internal" href="#using-kafka-streams-within-your-application-code" id="id2">Using Kafka Streams within your application code</a></li>
       </ul>
     <p>Any Java application that makes use of the Kafka Streams library is considered a Kafka Streams application.
-      The computational logic of a Kafka Streams application is defined as a <a class="reference internal" href="../concepts.html#streams-concepts"><span class="std std-ref">processor topology</span></a>,
+      The computational logic of a Kafka Streams application is defined as a <a class="reference internal" href="../core-concepts.html#streams_topology"><span class="std std-ref">processor topology</span></a>,
       which is a graph of stream processors (nodes) and streams (edges).</p>
     <p>You can define the processor topology with the Kafka Streams APIs:</p>
     <dl class="docutils">

-- 
To stop receiving notification emails like this one, please contact
guozhang@apache.org.