[llvm-commits] [llvm] r160777 - /llvm/trunk/docs/DeveloperPolicy.rst

Duncan Sands baldrick at free.fr
Thu Jul 26 01:08:31 PDT 2012


Author: baldrick
Date: Thu Jul 26 03:08:31 2012
New Revision: 160777

URL: http://llvm.org/viewvc/llvm-project?rev=160777&view=rev
Log:
Take people straight to the contents of the file.

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=160777&r1=160776&r2=160777&view=diff
==============================================================================
--- llvm/trunk/docs/DeveloperPolicy.rst (original)
+++ llvm/trunk/docs/DeveloperPolicy.rst Thu Jul 26 03:08:31 2012
@@ -154,7 +154,7 @@
 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





More information about the llvm-commits mailing list