From 2ca1af0496e9c29cd1b40e118bfef91bec8d9755 Mon Sep 17 00:00:00 2001 From: Anand Swaminathan Date: Wed, 21 Aug 2019 11:55:11 -0700 Subject: [PATCH] Update the word count image tag link --- docs/quick-start-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} ```