[llvm] r267176 - Point link to CODE_OWNERS.txt to klaus instead of viewvc.

Michael Kuperstein via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 22 10:41:12 PDT 2016


Author: mkuper
Date: Fri Apr 22 12:41:12 2016
New Revision: 267176

URL: http://llvm.org/viewvc/llvm-project?rev=267176&view=rev
Log:
Point link to CODE_OWNERS.txt to klaus instead of viewvc.

Modified:
    llvm/trunk/docs/DeveloperPolicy.rst

Modified: llvm/trunk/docs/DeveloperPolicy.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/DeveloperPolicy.rst?rev=267176&r1=267175&r2=267176&view=diff
==============================================================================
--- llvm/trunk/docs/DeveloperPolicy.rst (original)
+++ llvm/trunk/docs/DeveloperPolicy.rst Fri Apr 22 12:41:12 2016
@@ -186,7 +186,7 @@ problem, we have a notion of an 'owner'
 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 <http://llvm.org/viewvc/llvm-project/llvm/trunk/CODE_OWNERS.TXT?view=markup>`_
+`CODE_OWNERS.TXT <http://llvm.org/klaus/llvm/blob/master/CODE_OWNERS.TXT>`_
 in the root of the LLVM source tree.
 
 Note that code ownership is completely different than reviewers: anyone can




More information about the llvm-commits mailing list