Fix broken link to 'Obtaining Commit Access'

llvm-svn: 229697
This commit is contained in:
Alex Denisov 2015-02-18 16:51:30 +00:00
parent 9317721beb
commit ced849a639
1 changed files with 2 additions and 2 deletions

View File

@ -35,9 +35,9 @@
<h1 class ="postheader">Contributing to LLDB</h1> <h1 class ="postheader">Contributing to LLDB</h1>
<div class="postcontent"> <div class="postcontent">
<p>If you wish to contribute to LLDB, you must first get commit access by <p>If you wish to contribute to LLDB, you must first get commit access by
<a href="http://llvm.org/docs/DeveloperPolicy.html#commitaccess">requesting commit access</a></p> <a href="http://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access">requesting commit access</a></p>
<p>Once you have commit access, you will have a <b>USERNAME</b> and you can checkout the sources: <p>Once you have commit access, you will have a <b>USERNAME</b> and you can checkout the sources:
<a href="http://llvm.org/docs/DeveloperPolicy.html#commitaccess">requesting commit access</a></p> <a href="http://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access">requesting commit access</a></p>
<ul> <ul>
<li>svn co https://USERNAME@llvm.org/svn/llvm-project/lldb/trunk lldb</li> <li>svn co https://USERNAME@llvm.org/svn/llvm-project/lldb/trunk lldb</li>
</ul> </ul>