Skip to content

Commit

Permalink
Use HTTPS for links to loot.github.io.
Browse files Browse the repository at this point in the history
  • Loading branch information
Freso committed Aug 16, 2016
1 parent 4c77a8b commit 1b563c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Contributing To LOOT

An issue should only be filed in the loot.github.io repository's issue tracker if it:

* relates to the [loot.github.io](http://loot.github.io) website.
* relates to the [loot.github.io](https://loot.github.io) website.
* is an issue affecting several masterlists.
* affects the LOOT project or team as a whole.
* is too general or vague to be filed in a more specific repository.
Expand Down
6 changes: 3 additions & 3 deletions docs/contributing/Masterlist-Editing.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<h3>General Hints</h3>

<ul>
<li>Look in the masterlists for examples, and see the <a href="http://loot.github.io/docs/0.7.1/LOOT%20Metadata%20Syntax.html">Metadata Syntax</a> document for the details.</li>
<li>Look in the masterlists for examples, and see the <a href="https://loot.github.io/docs/0.7.1/LOOT%20Metadata%20Syntax.html">Metadata Syntax</a> document 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>
Expand Down Expand Up @@ -66,7 +66,7 @@ <h3>Adding New Entries</h3>

<p>Before you add a new entry for a plugin, make sure that there isn't already an existing entry for it. LOOT will attempt to merge entries if there are more than one for a plugin, but some metadata may be lost in the process, so it's always safer to only have one entry per plugin.</p>

<p><em>Don't</em> open the masterlist and to a <code>Ctrl-F</code> search for the plugin filename, or anything similar. Instead, use the online <a href="http://loot.github.io/search/">Masterlist Search</a> page to perform a search of the masterlist. This search utility has the following features:</p>
<p><em>Don't</em> open the masterlist and to a <code>Ctrl-F</code> search for the plugin filename, or anything similar. Instead, use the online <a href="https://loot.github.io/search/">Masterlist Search</a> page to perform a search of the masterlist. This search utility has the following features:</p>

<ul>
<li>Accounts for syntax variation.</li>
Expand All @@ -77,7 +77,7 @@ <h3>Adding New Entries</h3>

<p>You can even pass search parameters in the URL, using the syntax</p>

<pre><code>http://loot.github.io/search/?game=&lt;game&gt;&amp;search=&lt;search&gt;</code></pre>
<pre><code>https://loot.github.io/search/?game=&lt;game&gt;&amp;search=&lt;search&gt;</code></pre>

<p>where <code>&lt;game&gt;</code> can be one of <code>oblivion</code>, <code>skyrim</code>, <code>fallout3</code>, <code>falloutnv</code> or <code>fallout4</code>. <code>&lt;search&gt;</code> is the string you want to search for.</p>

Expand Down
4 changes: 2 additions & 2 deletions docs/team/Thread-Management.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ <h3>The Opening Post</h3>

[size=5]Downloads[/size]

LOOT can be downloaded from its [url=http://loot.github.io]website[/url]. Unstable snapshot builds may also be available [url=https://www.dropbox.com/sh/scuvwwc6ovzagmd/AAD1TodBAwGQTuV1-4Z2d0sCa?dl=0]here[/url].
LOOT can be downloaded from its [url=https://loot.github.io]website[/url]. Unstable snapshot builds may also be available [url=https://www.dropbox.com/sh/scuvwwc6ovzagmd/AAD1TodBAwGQTuV1-4Z2d0sCa?dl=0]here[/url].

[i]See the [url=http://loot.github.io/docs/0.8.1/LOOT%20Readme.html]readme[/url] for more information.[/i]
[i]See the [url=https://loot.github.io/docs/0.8.1/LOOT%20Readme.html]readme[/url] for more information.[/i]

Previous threads:
[spoiler]
Expand Down

0 comments on commit 1b563c7

Please sign in to comment.