tillrohrmann commented on a change in pull request #10440: [FLINK-13862][docs] Update execution plans docs URL: https://github.com/apache/flink/pull/10440#discussion_r354882499
########## File path: docs/dev/execution_plans.md ########## @@ -28,10 +28,8 @@ useful to know how exactly Flink will execute your program. __Plan Visualization Tool__ -Flink comes packaged with a visualization tool for execution plans. The HTML document containing -the visualizer is located under ```tools/planVisualizer.html```. It takes a JSON representation of -the job execution plan and visualizes it as a graph with complete annotations of execution -strategies. +Flink provides a [visualization tool](https://flink.apache.org/visualizer/) for execution plans, which takes a JSON +representation ofthe job execution plan and visualizes it as a graph with complete annotations of execution strategies. Review comment: ```suggestion representation of the job execution plan and visualizes it as a graph with complete annotations of execution strategies. ``` ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
