Take people straight to the contents of the file.

llvm-svn: 160777
This commit is contained in:
Duncan Sands 2012-07-26 08:08:31 +00:00
parent c769ccaff3
commit a2791b576f
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,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 <http://llvm.org/viewvc/llvm-project/llvm/trunk/CODE_OWNERS.TXT>`_
`CODE_OWNERS.TXT <http://llvm.org/viewvc/llvm-project/llvm/trunk/CODE_OWNERS.TXT?view=markup>`_
in the root of the LLVM source tree.
Note that code ownership is completely different than reviewers: anyone can