From 2b909e9917b27568f256aece48b5c3d5f07d3ad0 Mon Sep 17 00:00:00 2001 From: Michael Kuperstein Date: Fri, 22 Apr 2016 17:41:12 +0000 Subject: [PATCH] Point link to CODE_OWNERS.txt to klaus instead of viewvc. llvm-svn: 267176 --- llvm/docs/DeveloperPolicy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/DeveloperPolicy.rst b/llvm/docs/DeveloperPolicy.rst index 17baf2d27b13..8ec1bc3418f0 100644 --- a/llvm/docs/DeveloperPolicy.rst +++ b/llvm/docs/DeveloperPolicy.rst @@ -186,7 +186,7 @@ problem, we have a notion of an 'owner' for a piece of the code. The sole responsibility of a code owner is to ensure that a commit to their area of the code is appropriately reviewed, either by themself or by someone else. The list of current code owners can be found in the file -`CODE_OWNERS.TXT `_ +`CODE_OWNERS.TXT `_ in the root of the LLVM source tree. Note that code ownership is completely different than reviewers: anyone can -- GitLab