summaryrefslogtreecommitdiff
path: root/developers/index.html
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2018-07-18 14:23:43 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2018-07-18 14:23:43 +0100
commit1310062609eb9636e8803fa0fc980b2221831ecc (patch)
treee931459d52e3db0cab299415211b644f0fbe2d3b /developers/index.html
parent72f300a1dddbc24c28586bf9fe107367ec3b7739 (diff)
downloadnetsurf-website-1310062609eb9636e8803fa0fc980b2221831ecc.tar.gz
netsurf-website-1310062609eb9636e8803fa0fc980b2221831ecc.tar.bz2
Use HTTPS scheme for CI and bug tracker URLs.
Diffstat (limited to 'developers/index.html')
-rw-r--r--developers/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/developers/index.html b/developers/index.html
index ef6335a..a3f7bf6 100644
--- a/developers/index.html
+++ b/developers/index.html
@@ -40,9 +40,9 @@
<ul class="sitelinks">
<li><a href="//wiki.netsurf-browser.org/">Development wiki</a></li>
<li><a href="//source.netsurf-browser.org/">Git repository viewer</a></li>
-<li><a href="http://ci.netsurf-browser.org/">Continuous Integration</a></li>
-<li><a href="http://bugs.netsurf-browser.org/">Bug report system</a></li>
-<li><a href="http://ci.netsurf-browser.org/jenkins/view/Categorized/job/docs-netsurf/doxygen/">Code documentation</a></li>
+<li><a href="https://ci.netsurf-browser.org/">Continuous Integration</a></li>
+<li><a href="https://bugs.netsurf-browser.org/">Bug report system</a></li>
+<li><a href="https://ci.netsurf-browser.org/jenkins/view/Categorized/job/docs-netsurf/doxygen/">Code documentation</a></li>
</ul>
</div>
@@ -90,7 +90,7 @@
<p>If you've developed a patch for NetSurf you can send it to us by either:</p>
<ol>
-<li>Putting it on the <a href="http://bugs.netsurf-browser.org/">patch tracker</a>.</li>
+<li>Putting it on the <a href="https://bugs.netsurf-browser.org/">patch tracker</a>.</li>
<li>Posting to the <a href="/contact/#MailingLists">NetSurf Development mailing list</a> and attaching the patch.</li>
<li>Giving the patch to one of the developers in the <a href="/contact/#IRCChannel">NetSurf IRC channel</a>.</li>
</ol>