[llvm-commits] [llvm] r165689 - /llvm/trunk/docs/GettingStarted.rst

NAKAMURA Takumi geek4civic at gmail.com
Wed Oct 10 18:10:27 PDT 2012


Author: chapuni
Date: Wed Oct 10 20:10:27 2012
New Revision: 165689

URL: http://llvm.org/viewvc/llvm-project?rev=165689&view=rev
Log:
GettingStarted.rst: Fix the label to DeveloperPolicy.html.

Modified:
    llvm/trunk/docs/GettingStarted.rst

Modified: llvm/trunk/docs/GettingStarted.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.rst?rev=165689&r1=165688&r2=165689&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.rst (original)
+++ llvm/trunk/docs/GettingStarted.rst Wed Oct 10 20:10:27 2012
@@ -547,7 +547,7 @@
 Sending patches with Git
 ^^^^^^^^^^^^^^^^^^^^^^^^
 
-Please read `Developer Policy <DeveloperPolicy.html#patches>`_, too.
+Please read `Developer Policy <DeveloperPolicy.html#one-off-patches>`_, too.
 
 Assume ``master`` points the upstream and ``mybranch`` points your working
 branch, and ``mybranch`` is rebased onto ``master``.  At first you may check





More information about the llvm-commits mailing list