Skip to content

Commit

Permalink
Fix wrong URL
Browse files Browse the repository at this point in the history
  • Loading branch information
yaron2 authored Jan 12, 2021
1 parent 53cfd11 commit 60a0e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dapr init -s
print.PendingStatusEvent(os.Stdout, "Making the jump to hyperspace...")

if kubernetesMode {
print.InfoStatusEvent(os.Stdout, "Note: To install Dapr using Helm, see here: https://docs.dapr.io/getting-started/install-dapr/#install-with-helm-advanced\n")
print.InfoStatusEvent(os.Stdout, "Note: To install Dapr using Helm, see here: https://docs.dapr.io/getting-started/install-dapr-kubernetes/#install-with-helm-advanced\n")

config := kubernetes.InitConfiguration{
Namespace: initNamespace,
Expand Down

0 comments on commit 60a0e04

Please sign in to comment.