diff --git a/src/go/rpk/pkg/cli/profile/create.go b/src/go/rpk/pkg/cli/profile/create.go index 2417d0889ace..80e99cde5981 100644 --- a/src/go/rpk/pkg/cli/profile/create.go +++ b/src/go/rpk/pkg/cli/profile/create.go @@ -347,7 +347,7 @@ them in rpk with func CloudClusterMessage(p config.RpkProfile, clusterName, clusterID string) string { return fmt.Sprintf(` Cluster %s - Web UI: https://cloudv2.redpanda.com/clusters/%s/overview + Web UI: https://cloud.redpanda.com/clusters/%s/overview Redpanda Seed Brokers: [%s] `, clusterName, clusterID, strings.Join(p.KafkaAPI.Brokers, ", ")) }