We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef6db7 commit 344c255Copy full SHA for 344c255
README.md
@@ -46,7 +46,7 @@ You should see a message like `invoker status changed to 0 -> Healthy`
46
47
Once your cluster is ready, you need to configure your `wsk` binary.
48
If necessary,
49
-[download it](releases/tag/latest),
+[download it](https://github.com/projectodd/openwhisk-openshift/releases/tag/latest),
50
unpack it, ensure it's in your PATH, and:
51
52
AUTH_SECRET=$(oc get secret whisk.auth -o yaml | grep "system:" | awk '{print $2}' | base64 --decode)
0 commit comments