Use HTTPS for ReadTheDocs link, like everywhere else...

This commit is contained in:
Frederik “Freso” S. Olesen
2017-07-23 23:16:32 +02:00
parent 8318f01013
commit 2cbf3cbd81
+1 -1
View File
@@ -8,7 +8,7 @@ title: Masterlist Editing
<h3>General Hints</h3>
<ul>
<li>Look in the masterlists for examples, and see the <a href="http://loot-api.readthedocs.io/en/stable/metadata/introduction.html">Metadata Syntax documentation</a> for the details.</li>
<li>Look in the masterlists for examples, and see the <a href="https://loot-api.readthedocs.io/en/stable/metadata/introduction.html">Metadata Syntax documentation</a> for the details.</li>
<li>Only make edits/additions you're confident about - otherwise create an issue in the masterlist repository's issue tracker, or discuss in the BethSoft forum thread.</li>
<li>If you're using Notepad++, you can set it to use spaces instead of tabs when you press the tab key on your keyboard, avoiding YAML parsing errors. To do this, go to Settings &gt; Preferences &gt; Tab Settings &gt; Replace by space. A value of 4 is most common.</li>
<li>Make as many silent comments as you want within the masterlists - it doesn't hurt (within reason). However, make sure to put them <em>above</em> the line(s) that they refer to.</li>