Skip to content

Commit c4025bc

Browse files
committed
fix broken link
1 parent cbb1337 commit c4025bc

File tree

1 file changed

+1
-1
lines changed
  • code-samples/eventing/bookstore-sample-app/start

1 file changed

+1
-1
lines changed

code-samples/eventing/bookstore-sample-app/start/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ echo "✅ Knative In-Memory Channel and Broker installed successfully."
4040
if ! command -v func &> /dev/null
4141
then
4242
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/."
43+
echo "⚠️ Knative CLI 'func' not found. Please install the Knative CLI by following the instructions at https://knative.dev/docs/functions/install-func"
4444
exit
4545
fi
4646

0 commit comments

Comments
 (0)