diff --git a/docs/installation/server-config/config-reference.rst b/docs/installation/server-config/config-reference.rst index 370913ac61b8..ecc4ff015edf 100644 --- a/docs/installation/server-config/config-reference.rst +++ b/docs/installation/server-config/config-reference.rst @@ -226,7 +226,7 @@ ksql.sink.partitions (Deprecated) --------------------------------- The default number of partitions for the topics created by KSQL. The default is four. -This property has been deprecated since 5.3 release. For more info see the WITH clause properties in :ref:`CREATE STREAM AS SELECT ` and :ref:`CREATE TABLE AS SELECT `. +This property has been deprecated since 5.3 release. For more info see the WITH clause properties in :ref:`CREATE STREAM AS SELECT `, :ref:`CREATE TABLE AS SELECT `, :ref:`CREATE STREAM `, and :ref:`CREATE TABLE `. The corresponding environment variable in the `KSQL Server image `__ is @@ -239,7 +239,7 @@ ksql.sink.replicas (Deprecated) ------------------------------- The default number of replicas for the topics created by KSQL. The default is one. -This property has been deprecated since 5.3 release. For more info see the WITH clause properties in :ref:`CREATE STREAM AS SELECT ` and :ref:`CREATE TABLE AS SELECT `. +This property has been deprecated since 5.3 release. For more info see the WITH clause properties in :ref:`CREATE STREAM AS SELECT `, :ref:`CREATE TABLE AS SELECT `, :ref:`CREATE STREAM `, and :ref:`CREATE TABLE `. ------------------------------------ ksql.functions.substring.legacy.args