diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-10-11 01:10:27 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-10-11 01:10:27 +0000 |
commit | 4b71c205b9942a0255119505f050887d0e564ecb (patch) | |
tree | 32a469b5b0ad13bdf6c38ec057cf3ef3987b036b /llvm/docs | |
parent | 16ff8fdb5772e58c2b661d38e02e2c3c28448af4 (diff) | |
download | bcm5719-llvm-4b71c205b9942a0255119505f050887d0e564ecb.tar.gz bcm5719-llvm-4b71c205b9942a0255119505f050887d0e564ecb.zip |
GettingStarted.rst: Fix the label to DeveloperPolicy.html.
llvm-svn: 165689
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/GettingStarted.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index 28f226a654a..6a6fee01c98 100644 --- a/llvm/docs/GettingStarted.rst +++ b/llvm/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 |