From 4238d96ed4467dfc8a335e2a1aa5fd13fe98646e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20St=C3=A4bler?= Date: Wed, 20 Nov 2024 17:20:57 +0100 Subject: [PATCH] Update llink to devstats --- infra/gcp/dns/redirect/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/gcp/dns/redirect/Makefile b/infra/gcp/dns/redirect/Makefile index cc05e73cf..1778de0f2 100644 --- a/infra/gcp/dns/redirect/Makefile +++ b/infra/gcp/dns/redirect/Makefile @@ -27,7 +27,7 @@ default slack blog stats testgrid: ["testgrid"]="https://testgrid.k8s.io/r/knative-own-testgrid" \ ["slack"]="https:/slack.cncf.io" \ ["blog"]="https://knative.dev/blog" \ - ["stats"]="https://knative.teststats.cncf.io/" \ + ["stats"]="https://knative.devstats.cncf.io/" \ ############################################## \ ) ; sed -e 's/$$SERVICE_NAME/$@/' -e "s*\$$REDIR_TO*$${REDIRS[$@]}*" redir.yaml > app.yaml gcloud app deploy --quiet --project="$(PROJECT)" $(OPTIONS) app.yaml