summaryrefslogtreecommitdiff
path: root/docs/DeveloperPolicy.rst
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2012-07-26 08:08:31 +0000
committerDuncan Sands <baldrick@free.fr>2012-07-26 08:08:31 +0000
commit52a111fe1aa10e5e499d8bccc225052ae06f1941 (patch)
tree9d5f0f377605802b8ac888b1d118a05df2c22d3b /docs/DeveloperPolicy.rst
parent35b87607b610775f624ac0ea5615366badc3fdb6 (diff)
downloadllvm-52a111fe1aa10e5e499d8bccc225052ae06f1941.tar.gz
llvm-52a111fe1aa10e5e499d8bccc225052ae06f1941.tar.bz2
llvm-52a111fe1aa10e5e499d8bccc225052ae06f1941.tar.xz
Take people straight to the contents of the file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160777 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/DeveloperPolicy.rst')
-rw-r--r--docs/DeveloperPolicy.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DeveloperPolicy.rst b/docs/DeveloperPolicy.rst
index 31b03a7724..cda281a25c 100644
--- a/docs/DeveloperPolicy.rst
+++ b/docs/DeveloperPolicy.rst
@@ -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