ableegoldman commented on code in PR #15162:
URL: https://github.com/apache/kafka/pull/15162#discussion_r1452785627


##########
docs/streams/developer-guide/config-streams.html:
##########
@@ -1097,8 +1097,8 @@ <h4><a class="toc-backref" href="#id17">Naming</a><a 
class="headerlink" href="#n
     <div class="section" id="default-values">
       <h4><a class="toc-backref" href="#id18">Default Values</a><a 
class="headerlink" href="#default-values" title="Permalink to this 
headline"></a></h4>
       <p>Kafka Streams uses different default values for some of the 
underlying client configs, which are summarized below. For detailed descriptions
-        of these configs, see <a class="reference external" 
href="http://kafka.apache.org/0100/documentation.html#producerconfigs";>Producer 
Configs</a>
-        and <a class="reference external" 
href="http://kafka.apache.org/0100/documentation.html#newconsumerconfigs";>Consumer
 Configs</a>.</p>
+        of these configs, see <a class="reference external" 
href="http://kafka.apache.org/documentation.html#producerconfigs";>Producer 
Configs</a>
+        and <a class="reference external" 
href="http://kafka.apache.org/documentation.html#newconsumerconfigs";>Consumer 
Configs</a>.</p>

Review Comment:
   ```suggestion
           of these configs, see <a class="reference external" 
href="https://kafka.apache.org/documentation.html#producerconfigs";>Producer 
Configs</a>
           and <a class="reference external" 
href="https://kafka.apache.org/documentation.html#consumerconfigs";>Consumer 
Configs</a>.</p>
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to