Updates to become http/https agnostic
Will need a few further updates once git/gerrit is moved.
diff --git a/common.php b/common.php
index 74d1d83..c3c2ecf 100644
--- a/common.php
+++ b/common.php
@@ -133,8 +133,8 @@
$date = date('D M j H:i:s T Y', file_exists(STATS) ? filemtime(STATS) : 0);
echo <<<END
<hr />
-<a href="http://www.rockbox.org">
- <img src="http://www.rockbox.org/rockbox100.png" border="0" width="100" height="32" alt="www.rockbox.org" title="Rockbox - Open Source Jukebox Firmware" />
+<a href="//www.rockbox.org">
+ <img src="//www.rockbox.org/rockbox100.png" border="0" width="100" height="32" alt="www.rockbox.org" title="Rockbox - Open Source Jukebox Firmware" />
</a>
<small>
Last updated $date. Flags copyright Wikimedia contributors.
diff --git a/edit.php b/edit.php
index 090bf54..c5f5c47 100644
--- a/edit.php
+++ b/edit.php
@@ -32,7 +32,7 @@
Go through this list and follow the instructions given <span class="note">marked in dark red</span>. When
you're done, press the "Finish translating" button at the bottom of this page.<!-- ' -->
You will then be sent a patch file with your changes. Submit this file
-to Rockbox on the <a href="http://www.rockbox.org/tracker/newtask/proj1">patch
+to Rockbox on the <a href="//www.rockbox.org/tracker/newtask/proj1">patch
tracker</a>.
</p>
<p>
@@ -166,7 +166,7 @@
<p>
When you click this button, you will be sent a Rockbox language file. If you are
satisfied with your changes, you're<!-- ' --> encouraged to submit this file in
-the <a href="http://www.rockbox.org/tracker/newtask/proj1">Rockbox patch
+the <a href="//www.rockbox.org/tracker/newtask/proj1">Rockbox patch
tracker.</a>
</p>
END;