From 4345cdedf75a3ef0b2612e663fabf218fa9a9687 Mon Sep 17 00:00:00 2001 From: shashikumarec088 Date: Mon, 11 Mar 2024 12:29:14 +0530 Subject: [PATCH] update flink architecture url for text [Flinks's Architecture] updated the url which was not found before, i feel even this fix is not permanent as the version 1.18 might change in future --- docs/content/posts/2020-07-14-application-mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/posts/2020-07-14-application-mode.md b/docs/content/posts/2020-07-14-application-mode.md index fcb376d5c0..525272b34d 100644 --- a/docs/content/posts/2020-07-14-application-mode.md +++ b/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/) documentation page. ## Current Deployment Modes