From 6bb4f7e184aed22464edb5ac46c2a5e179da8f9b Mon Sep 17 00:00:00 2001 From: Zephaniah Flynn <18018780+ZDevelop94@users.noreply.github.com> Date: Tue, 23 Dec 2025 23:05:46 +0000 Subject: [PATCH] [hotfix] [docs] Update overview.md with link to dependencies It took an extended amount of time to find the needed dependencies to compile the code and shouldn't be hidden on the last page of the Datastream API section. --- docs/content/docs/dev/datastream/overview.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/docs/dev/datastream/overview.md b/docs/content/docs/dev/datastream/overview.md index 329d0089b421c..cd614fe730cd6 100644 --- a/docs/content/docs/dev/datastream/overview.md +++ b/docs/content/docs/dev/datastream/overview.md @@ -249,6 +249,8 @@ Example Program The following program is a complete, working example of streaming window word count application, that counts the words coming from a web socket in 5 second windows. You can copy & paste the code to run it locally. +Find dependencies needed to run code here https://nightlies.apache.org/flink/flink-docs-release-1.14/docs/dev/datastream/project-configuration/. + {{< tabs "7ef5e21b-c24f-404f-af39-e21231b15e0d" >}} {{< tab "Java" >}}