summaryrefslogtreecommitdiff
path: root/developers/index.html
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2018-07-11 10:19:19 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2018-07-11 10:19:19 +0100
commit72f300a1dddbc24c28586bf9fe107367ec3b7739 (patch)
treeb80f1c9d91dc7d1f9a9b38042d2f7fb8e2d4c243 /developers/index.html
parent19053cd489e0cb8612367811958230db099ba8d4 (diff)
downloadnetsurf-website-72f300a1dddbc24c28586bf9fe107367ec3b7739.tar.gz
netsurf-website-72f300a1dddbc24c28586bf9fe107367ec3b7739.tar.bz2
Links: Remove http scheme from project cgit and wiki 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 fa0b059..ef6335a 100644
--- a/developers/index.html
+++ b/developers/index.html
@@ -38,8 +38,8 @@
<div class="navsection">
<ul class="sitelinks">
-<li><a href="http://wiki.netsurf-browser.org/">Development wiki</a></li>
-<li><a href="http://source.netsurf-browser.org/">Git repository viewer</a></li>
+<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>
@@ -114,9 +114,9 @@
<p>The source is kept in a Git repository. To check the latest source out use the command provided in the <a href="/documentation/develop#SourceControl">developer documentation</a>.</p>
-<p>The recommended compilers are GCC or Clang. Guides to <a href="http://source.netsurf-browser.org/netsurf.git/tree/docs">building NetSurf</a> for various platforms are available in the source tree.</p>
+<p>The recommended compilers are GCC or Clang. Guides to <a href="//source.netsurf-browser.org/netsurf.git/tree/docs">building NetSurf</a> for various platforms are available in the source tree.</p>
-<p>It is also possible to browse the source online via the <a href="http://source.netsurf-browser.org/netsurf.git/">web interface</a>.</p>
+<p>It is also possible to browse the source online via the <a href="//source.netsurf-browser.org/netsurf.git/">web interface</a>.</p>
<h2>Contact the other developers</h2>