Fix PR workflow link in contrib guide owners doc

This commit is contained in:
Bob Killen 2020-08-20 10:38:30 -04:00
parent a393986f2c
commit ac63d14b66
No known key found for this signature in database
GPG Key ID: 850FEB9A6356D2F6
1 changed files with 2 additions and 2 deletions

View File

@ -142,8 +142,7 @@ GitHub usernames and aliases listed in OWNERS files are case-insensitive.
## Code Review using OWNERS files
This is a simplified description of our [full PR testing and merge
workflow](/contributors/guide/pull-requests.md#the-testing-and-merge-workflow)
This is a simplified description of our [full PR testing and merge workflow][pr-workflow]
that conveniently forgets about the existence of tests, to focus solely on the roles driven by
OWNERS files. Please see [below](#automation-using-owners-files) for details on how specific
aspects of this process may be configured on a per-repo basis.
@ -317,3 +316,4 @@ Good examples of OWNERS usage:
[community membership doc]: https://git.k8s.io/community/community-membership.md
[chromium-owners]: https://chromium.googlesource.com/chromium/src/+/master/docs/code_reviews.md
[github-codeowners]: https://help.github.com/articles/about-codeowners/
[pr-workflow]: /contributors/guide/pull-requests.md#the-testing-and-merge-workflow