KAFKA-6732: Fix Streams doc ref link (#4806)

Reviewers: Guozhang Wang <wangguoz@gmail.com>
This commit is contained in:
ro7m 2018-04-02 06:35:15 +05:30 committed by Guozhang Wang
parent 2e5d4af83f
commit ac4374dc24
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
<li><a class="reference internal" href="#testing-a-streams-app" id="id3">Testing a Streams application</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#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">