You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by bb...@apache.org on 2019/04/16 15:12:06 UTC

[kafka] branch 2.2 updated: KAFKA-8210: Fix link for streams table duality (#6573)

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

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


The following commit(s) were added to refs/heads/2.2 by this push:
     new 1ecf515  KAFKA-8210: Fix link for streams table duality (#6573)
1ecf515 is described below

commit 1ecf5155e9b6e9b584b4be0466a8923218095a19
Author: Bill Bejeck <bb...@gmail.com>
AuthorDate: Sat Apr 13 18:54:06 2019 -0400

    KAFKA-8210: Fix link for streams table duality (#6573)
    
    Reviewers: Victoria Bialas <vi...@confluent.io>
---
 docs/streams/developer-guide/dsl-api.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/streams/developer-guide/dsl-api.html b/docs/streams/developer-guide/dsl-api.html
index 0ddcbc5..f5c3df9 100644
--- a/docs/streams/developer-guide/dsl-api.html
+++ b/docs/streams/developer-guide/dsl-api.html
@@ -163,7 +163,7 @@
             </p>
 
             <p>
-                We have already seen an example of a changelog stream in the section <strong>streams_concepts_duality</strong>. Another example are change data capture (CDC) records in the changelog of a relational database, representing which row in a database table was inserted, updated, or deleted.
+                We have already seen an example of a changelog stream in the section <a class="reference internal" href="../core-concepts.html#streams_concepts_duality"><span class="std std-ref">streams and tables</span></a>. Another example are change data capture (CDC) records in the changelog of a relational database, representing which row in a database table was inserted, updated, or deleted.
             </p>
 
             <p>