Skip to content

Commit

Permalink
units.w.o: Use https where applicable
Browse files Browse the repository at this point in the history
  • Loading branch information
irydacea committed Jun 12, 2016
1 parent 709b078 commit e86fea3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/tools/unit_tree/html_output.py
Expand Up @@ -23,7 +23,7 @@

top_bar = '''
<div class="header">
<a href="http://www.wesnoth.org">
<a href="//www.wesnoth.org">
<img src="%(path)swesnoth-logo.jpg" alt="Wesnoth logo"/>
</a>
</div>
Expand All @@ -34,8 +34,8 @@
html_footer = '''
<div id="footer">
<p>%(generation_note)s</p>
<p><a href="http://wiki.wesnoth.org/Site_Map">Site map</a></p>
<p><a href="http://www.wesnoth.org/wiki/Wesnoth:Copyrights">Copyright</a> &copy; 2003&#8211;2016 The Battle for Wesnoth</p>
<p><a href="//wiki.wesnoth.org/Site_Map">Site map</a></p>
<p><a href="//wiki.wesnoth.org/Wesnoth:Copyrights">Copyright</a> &copy; 2003&#8211;2016 The Battle for Wesnoth</p>
<p>Supported by <a href="http://www.jexiste.fr/">Jexiste</a></p>
</div>
</div>
Expand Down

0 comments on commit e86fea3

Please sign in to comment.