showuon commented on a change in pull request #8622:
URL: https://github.com/apache/kafka/pull/8622#discussion_r425054711



##########
File path: docs/streams/developer-guide/write-streams.html
##########
@@ -154,7 +154,7 @@ <h2>Using Kafka Streams within your application code<a 
class="headerlink" href="
       </div>
       <p>If there are other instances of this stream processing application 
running elsewhere (e.g., on another machine), Kafka
         Streams transparently re-assigns tasks from the existing instances to 
the new instance that you just started.
-        For more information, see <a class="reference internal" 
href="../architecture.html#streams_architecture_tasks"><span class="std 
std-ref">Stream Partitions and Tasks</span></a> and <a class="reference 
internal" href="../architecture.html#streams-architecture-threads"><span 
class="std std-ref">Threading Model</span></a>.</p>
+        For more information, see <a class="reference internal" 
href="../architecture.html#streams_architecture_tasks"><span class="std 
std-ref">Stream Partitions and Tasks</span></a> and <a class="reference 
internal" href="../architecture.html#streams_architecture_threads"><span 
class="std std-ref">Threading Model</span></a>.</p>

Review comment:
       fix the broken link from wrong 
`href="../architecture.html#streams-architecture-threads"` to 
`href="../architecture.html#streams_architecture_threads"` (the one with 
underscore)




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to