From 4ac6054c5bdfd1cd129a73d75873918d98dc4cdf Mon Sep 17 00:00:00 2001 From: "Cheryl J. Hung" Date: Wed, 1 Aug 2018 21:49:56 +0100 Subject: [PATCH] Fix broken link --- contributors/guide/owners.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/guide/owners.md b/contributors/guide/owners.md index eb42335a5..afe5f7427 100644 --- a/contributors/guide/owners.md +++ b/contributors/guide/owners.md @@ -77,7 +77,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/devel/pull-requests.md#the-testing-and-merge-workflow) +workflow](/contributors/guide/pull-requests.md#the-testing-and-merge-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.