We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb1337 commit c4025bcCopy full SHA for c4025bc
code-samples/eventing/bookstore-sample-app/start/setup.sh
@@ -40,7 +40,7 @@ echo "✅ Knative In-Memory Channel and Broker installed successfully."
40
if ! command -v func &> /dev/null
41
then
42
echo ""
43
- echo "⚠️ Knative CLI 'func' not found. Please install the Knative CLI by following the instructions at https://knative.dev/docs/admin/install/kn-cli/."
+ echo "⚠️ Knative CLI 'func' not found. Please install the Knative CLI by following the instructions at https://knative.dev/docs/functions/install-func"
44
exit
45
fi
46
0 commit comments