dannycranmer commented on code in PR #724:
URL: https://github.com/apache/flink-web/pull/724#discussion_r1565754445


##########
docs/content/posts/2020-07-14-application-mode.md:
##########
@@ -42,7 +42,7 @@ The execution of an application in Flink mainly involves 
three entities: the *Cl
 the *JobManager* and the *TaskManagers*. The Client is responsible for 
submitting the application to the 
 cluster, the JobManager is responsible for the necessary bookkeeping during 
execution, 
 and the TaskManagers are the ones doing the actual computation. For more 
details please 
-refer to [Flink's Architecture]({{< param DocsBaseUrl 
>}}flink-docs-stable/concepts/flink-architecture.html)
+refer to [Flink's Architecture]({{< param DocsBaseUrl 
>}}flink-docs-release-1.18/docs/concepts/flink-architecture/)

Review Comment:
   The link should be `flink-docs-stable/docs/concepts/flink-architecture/`, 
can you please update this PR?



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