Skip to content

Commit

Permalink
Merge pull request #1515 from erikgb/fix-prow-links
Browse files Browse the repository at this point in the history
Fix broken links to Prow command help
  • Loading branch information
cert-manager-prow[bot] authored Jul 15, 2024
2 parents 8ad50e6 + 7b7fc26 commit cfe96fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/contributing/contributing-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cfe96fa

Please sign in to comment.