summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-10-11 01:10:27 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-10-11 01:10:27 +0000
commitdf60867d9c82a5e181625210d9c76ad63a149c27 (patch)
tree0d5f3cf1259e0dcd749ad902ffa064ce01d1afde /docs
parent96a2794ab0122be0cef1f6d388837a3eb05af96a (diff)
downloadllvm-df60867d9c82a5e181625210d9c76ad63a149c27.tar.gz
llvm-df60867d9c82a5e181625210d9c76ad63a149c27.tar.bz2
llvm-df60867d9c82a5e181625210d9c76ad63a149c27.tar.xz
GettingStarted.rst: Fix the label to DeveloperPolicy.html.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165689 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStarted.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst
index 28f226a654..6a6fee01c9 100644
--- a/docs/GettingStarted.rst
+++ b/docs/GettingStarted.rst
@@ -547,7 +547,7 @@ master branch, run the following command:
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