1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 07:40:23 +02:00

Sidebar links now to use https.

Also included WIT in the links.
This commit is contained in:
James Crook 2018-01-17 11:50:48 +00:00
parent c0fceb3b66
commit 74d8160db5

View File

@ -2,9 +2,10 @@
<h5>Useful External Links</h5>
<div class="pBody">
<ul>
<li><a style="font-style:italic" href="http://forum.audacityteam.org" title="Visit the Forum for technical support">Forum</a></li>
<li><a style="font-style:italic" href="http://wiki.audacityteam.org" title="Visit the Wiki for tips, tricks and more tutorials">Wiki</a></li>
<li><a style="font-style:italic" href="http://audacityteam.org/download/" title="Download the latest release">Latest Release</a></li>
<li><a style="font-style:italic" href="https://forum.audacityteam.org" title="Visit the Forum for technical support">Forum</a></li>
<li><a style="font-style:italic" href="https://wiki.audacityteam.org" title="Visit the Wiki for tips, tricks and more tutorials">Wiki</a></li>
<li><a style="font-style:italic" href="https://audacityteam.org/download/" title="Download the latest release">Latest Release</a></li>
<li><a style="font-style:italic" href="https://wit.audacityteam.org/" title='"What is That?" Audacity help page'>WIT</a></li>
</ul>
</div>
</div>