alpinegizmo commented on a change in pull request #11928:
URL: https://github.com/apache/flink/pull/11928#discussion_r416462222



##########
File path: docs/concepts/flink-architecture.md
##########
@@ -77,9 +77,9 @@ For distributed execution, Flink *chains* operator subtasks 
together into
 *tasks*. Each task is executed by one thread.  Chaining operators together into
 tasks is a useful optimization: it reduces the overhead of thread-to-thread
 handover and buffering, and increases overall throughput while decreasing
-latency.  The chaining behavior can be configured; see the [chaining docs]({{
-site.baseurl }}{% link dev/stream/operators/index.md
-%}#task-chaining-and-resource-groups) for details.
+latency.  The chaining behavior can be configured; see the [chaining docs]({%
+link dev/stream/operators/index.md%}#task-chaining-and-resource-groups) for

Review comment:
       ```suggestion
   link dev/stream/operators/index.md %}#task-chaining-and-resource-groups) for
   ```




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