You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/03/10 13:03:34 UTC

[GitHub] [flink] MartijnVisser commented on a change in pull request #19009: [hotfix] [docs] Refer to Running in an IDE section early on

MartijnVisser commented on a change in pull request #19009:
URL: https://github.com/apache/flink/pull/19009#discussion_r823692647



##########
File path: docs/content/docs/try-flink/datastream.md
##########
@@ -120,6 +120,7 @@ You can edit the `groupId`, `artifactId` and `package` if you like. With the abo
 Maven will create a folder named `frauddetection` that contains a project with all the dependencies to complete this tutorial.
 After importing the project into your editor, you can find a file `FraudDetectionJob.java` (or `FraudDetectionJob.scala`) with the following code which you can run directly inside your IDE.
 Try setting break points through out the data stream and run the code in DEBUG mode to get a feeling for how everything works.
+If you want to run directly in you IDE, please read the section [Running in an IDE](#running-in-an-ide).

Review comment:
       ```suggestion
   Please read the section [Running in an IDE](#running-in-an-ide) for all details on how to run Flink applications in your IDE.
   ```




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org