[Lldb-commits] [lldb] r229697 - Fix broken link to 'Obtaining Commit Access'
Alex Denisov
1101.debian at gmail.com
Wed Feb 18 08:51:30 PST 2015
Author: alexdenisov
Date: Wed Feb 18 10:51:30 2015
New Revision: 229697
URL: http://llvm.org/viewvc/llvm-project?rev=229697&view=rev
Log:
Fix broken link to 'Obtaining Commit Access'
Modified:
lldb/trunk/www/source.html
Modified: lldb/trunk/www/source.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/source.html?rev=229697&r1=229696&r2=229697&view=diff
==============================================================================
--- lldb/trunk/www/source.html (original)
+++ lldb/trunk/www/source.html Wed Feb 18 10:51:30 2015
@@ -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>
More information about the lldb-commits
mailing list