From 7b7fc26d6dcba59b47f002e7b9a22f304cba570c Mon Sep 17 00:00:00 2001 From: Erik Godding Boye Date: Mon, 15 Jul 2024 21:08:12 +0200 Subject: [PATCH] Fix broken links to Prow command help Signed-off-by: Erik Godding Boye --- content/docs/contributing/contributing-flow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/contributing/contributing-flow.md b/content/docs/contributing/contributing-flow.md index 7dc1c0d02a0..a51a80de53a 100644 --- a/content/docs/contributing/contributing-flow.md +++ b/content/docs/contributing/contributing-flow.md @@ -14,7 +14,7 @@ Any issues towards the documentation should also be filed there. We use [Prow](https://github.com/k8s-ci-robot/test-infra/tree/master/prow) on all our repositories. If you've ever looked at a Kubernetes repo, you will probably already have met Prow. Prow will be able to help you in GitHub using its commands. -You can find then all [on the command help page](https://prow.build-infra.jetstack.net/command-help). +You can find then all [on the command help page](https://prow.infra.cert-manager.io/command-help). Prow will also run all tests and assign certain labels on PRs. ## Bugs @@ -159,7 +159,7 @@ Sometimes `/triage` is also added which helps us when following up Issues. ### Assignees meaning in PRs and issues Sometimes, you might see someone commenting with the -[`/assign` prow command](https://prow.build-infra.jetstack.net/command-help#assign): +[`/assign` prow command](https://prow.infra.cert-manager.io/command-help#assign): ```plain /assign @meyskens