forked from OSchip/llvm-project
Fix broken link to 'Obtaining Commit Access'
llvm-svn: 229697
This commit is contained in:
parent
9317721beb
commit
ced849a639
|
@ -35,9 +35,9 @@
|
|||
<h1 class ="postheader">Contributing to LLDB</h1>
|
||||
<div class="postcontent">
|
||||
<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:
|
||||
<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>
|
||||
<li>svn co https://USERNAME@llvm.org/svn/llvm-project/lldb/trunk lldb</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue