summaryrefslogtreecommitdiff
path: root/contributors
diff options
context:
space:
mode:
authorBob Killen <bobkillen@google.com>2020-08-20 10:38:30 -0400
committerBob Killen <bobkillen@google.com>2020-08-20 10:38:30 -0400
commitac63d14b6647cbe1a38522f8d976739ec05d7f5d (patch)
tree8707011dfac06006e84c20bdf38a2c7cd3a65e39 /contributors
parenta393986f2c6b056616e96f8c6cfb256b920be0db (diff)
Fix PR workflow link in contrib guide owners doc
Diffstat (limited to 'contributors')
-rw-r--r--contributors/guide/owners.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/guide/owners.md b/contributors/guide/owners.md
index ffbe22d2..53fad10c 100644
--- a/contributors/guide/owners.md
+++ b/contributors/guide/owners.md
@@ -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