This is an automated email from the ASF dual-hosted git repository.
guozhang 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 ac4374d KAFKA-6732: Fix Streams doc ref link (#4806)
ac4374d is described below
commit ac4374dc245d428f80a26ef95c59250c9f6aa975
Author: ro7m <robin.mundra@gmail.com>
AuthorDate: Mon Apr 2 06:35:15 2018 +0530
KAFKA-6732: Fix Streams doc ref link (#4806)
Reviewers: Guozhang Wang <wangguoz@gmail.com>
---
docs/streams/developer-guide/write-streams.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/streams/developer-guide/write-streams.html b/docs/streams/developer-guide/write-streams.html
index 44cdb3f..76bd2c3 100644
--- a/docs/streams/developer-guide/write-streams.html
+++ b/docs/streams/developer-guide/write-streams.html
@@ -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">
--
To stop receiving notification emails like this one, please contact
guozhang@apache.org.
|