diff --git a/pkg/healthcheck/healthcheck.go b/pkg/healthcheck/healthcheck.go index 4d275007c..a5b15443a 100644 --- a/pkg/healthcheck/healthcheck.go +++ b/pkg/healthcheck/healthcheck.go @@ -366,7 +366,7 @@ func (hc *HealthChecker) allCategories() []category { }, { description: "controller pod is running", - hintURL: "https://linkerd.io/2/faq/#l5d-existence-conroller", + hintURL: "https://linkerd.io/2/faq/#l5d-existence-controller", retryDeadline: hc.RetryDeadline, fatal: true, check: func() error {