davidradl commented on code in PR #27366: URL: https://github.com/apache/flink/pull/27366#discussion_r2713482181
########## 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/. Review Comment: @ZDevelop94 We do not support 1.14, so would not be merging changes to 1.14. I suggest a new PR be raised on master or one of the supported versions as @snuyanzin advised. If you need to discuss this first then please use the Flink dev list. fyi I notice that [https://nightlies.apache.org/flink/flink-docs-stable/docs/dev/datastream/project-configuration/](https://nightlies.apache.org/flink/flink-docs-stable/docs/dev/datastream/project-configuration/) does not exist at the latest release Flink version. -- 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]
