Fix links in the diff submission guidelines

This commit is contained in:
2016-07-18 14:46:06 +02:00
parent ea73d9bf86
commit 55d1f0081d

View File

@@ -2,7 +2,7 @@
<br/>
<ul>
<li>Create a Diff: if the patch is relatively small, or big but functionality is approved and ready for <a href="http://wiki.blender.org/index.php/Dev:Doc/Tools/Code_Review">Code Review</a>.
<li><a href="/maniphest/task/create/?project=2&type=Patch">Create a Patch Task</a>: if the the patch is big and likely to need more design discussion, feedback or iterations.</li>
<li><a href="/developer.blender.org/maniphest/task/edit/form/4/">Create a Patch Task</a>: if the the patch is big and likely to need more design discussion, feedback or iterations.</li>
</ul>
<br/>
@@ -10,9 +10,9 @@
<h2>Documentation</h2>
<br/>
<ul>
<li><a href="http://wiki.blender.org/index.php/Dev:Doc/Process/Contributing_Code">Contributing Code</a>: how to get your code included.</li>
<li><a href="http://wiki.blender.org/index.php/Dev:Doc/Process/Addons">Contributing Addons</a>: how to get your addon included.</li>
<li><a href="http://wiki.blender.org/index.php/Dev:Doc/Tools/Code_Review">Code Review</a>: how to use Differential for code review effectively.</li>
<li><a href="https://wiki.blender.org/index.php/Dev:Doc/Process/Contributing_Code">Contributing Code</a>: how to get your code included.</li>
<li><a href="https://wiki.blender.org/index.php/Dev:Doc/Process/Addons">Contributing Addons</a>: how to get your addon included.</li>
<li><a href="https://wiki.blender.org/index.php/Dev:Doc/Tools/Code_Review">Code Review</a>: how to use Differential for code review effectively.</li>
</ul>
<br/>
@@ -31,6 +31,6 @@ If you choose for a compatible non-GPL license, notify it in the patch.</b></p>
<li>Submit patches in svn diff or git diff formats.</li>
<li>Either copy-paste diff content into the text field below, or attach it as file.</li>
<li>You will be able to add a title, description and reviewers in the next steps.</li>
<li>If you need to create diffs often, consider setting up <a href="http://wiki.blender.org/index.php/Dev:Doc/Tools/Code_Review#Use_Arcanist">Arcanist</a> to send code directly from git branches.</li>
<li>If you need to create diffs often, consider setting up <a href="https://wiki.blender.org/index.php/Dev:Doc/Tools/Code_Review#Use_Arcanist">Arcanist</a> to send code directly from git branches.</li>
</ul>