diff --git a/flink/content.md b/flink/content.md index 894190aaf..42c3dd495 100644 --- a/flink/content.md +++ b/flink/content.md @@ -23,7 +23,7 @@ Then with a web browser go to `http://localhost:8081/` to see the Flink Web Dash To use Flink, you can submit a job to the cluster using the Web UI or you can also do it from a different Flink container, for example: ```console -$ docker run -t flink flink run -m -c +$ docker run --rm -t flink flink run -m -c ``` ## Running a JobManager or a TaskManager diff --git a/flink/get-help.md b/flink/get-help.md index 3cd38b5cc..7a0301b15 100644 --- a/flink/get-help.md +++ b/flink/get-help.md @@ -1 +1 @@ -Community & Project Info](https://flink.apache.org/community.html) +[Community & Project Info](https://flink.apache.org/community.html)