diff --git a/docs/quick-start-guide.md b/docs/quick-start-guide.md index 0e684adb..77934732 100644 --- a/docs/quick-start-guide.md +++ b/docs/quick-start-guide.md @@ -60,7 +60,7 @@ $ kubectl logs {pod-name} -n flink-operator ## Running the example You can find sample application to run with the flink operator [here](/examples/wordcount/). -Make sure to edit the value of `sha` with the most recently pushed tag found [here](https://cloud.docker.com/u/lyft/repository/registry-1.docker.io/lyft/wordcount-operator-example/tags) +Make sure to edit the value of `sha` with the most recently pushed tag found [here](https://hub.docker.com/r/lyft/wordcount-operator-example/tags) ```yaml image: docker.io/lyft/wordcount-operator-example:{sha} ```