Skip to content

Commit

Permalink
Merge pull request #577 from dapr/yaron2-patch-1
Browse files Browse the repository at this point in the history
Fix wrong URL
  • Loading branch information
artursouza authored Jan 12, 2021
2 parents 53cfd11 + 60a0e04 commit 17e8b94
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 17e8b94

Please sign in to comment.