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:14:00 UTC

[kafka] branch 2.1 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.1
in repository https://gitbox.apache.org/repos/asf/kafka.git


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

commit cf32c1b389cf2d68ef80abbe36a6fc3ebbd1a81c
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 9a6c44d..1012ea7 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>