summaryrefslogtreecommitdiff
path: root/documentation/develop.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/develop.html')
-rw-r--r--documentation/develop.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/develop.html b/documentation/develop.html
index 3e8330e..25bad00 100644
--- a/documentation/develop.html
+++ b/documentation/develop.html
@@ -40,8 +40,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>
@@ -74,7 +74,7 @@
<p><code>$ <strong>git clone git://git.netsurf-browser.org/netsurf.git</strong></code></p>
-<p>You can also browse the source via the <a href="http://source.netsurf-browser.org/netsurf.git/">web interface</a>.</p>
+<p>You can also browse the source via the <a href="//source.netsurf-browser.org/netsurf.git/">web interface</a>.</p>
<p>Recent changes can be seen on the <a href="/developers/">development page</a>. An an <a href="http://cia.navi.cx/stats/project/NetSurf/.rss">RSS feed</a> of recent changes is also provided by <a href="http://cia.navi.cx/stats/project/NetSurf/">CIA</a>. All checkins are reported on the <a href="/contact/#MailingLists">Commits mailing list</a>.</p>
@@ -83,7 +83,7 @@
<h2 id="Compiling">Compiling</h2>
-<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>The <a href="http://ci.netsurf-browser.org/">autobuilder</a> compiles every change pushed to our Git repository. It also runs test suites and other features automatically.</p>
@@ -91,12 +91,12 @@
<h3>Dependencies</h3>
-<p>NetSurf requires a number of additional libraries to build. Consult the documents in the <a href="http://source.netsurf-browser.org/netsurf.git/tree/docs">docs</a> directory of NetSurf's source tree for more info.</p>
+<p>NetSurf requires a number of additional libraries to build. Consult the documents in the <a href="//source.netsurf-browser.org/netsurf.git/tree/docs">docs</a> directory of NetSurf's source tree for more info.</p>
<h2 id="SourceDocumentation">Source documentation</h2>
-<p>See the <a href="http://source.netsurf-browser.org/netsurf.git/tree/docs">docs</a> directory for source code documentation. Our pictorial <a href="/developers/StyleGuide.pdf">Style Guide</a> (single-page PDF) shows our code style.</p>
+<p>See the <a href="//source.netsurf-browser.org/netsurf.git/tree/docs">docs</a> directory for source code documentation. Our pictorial <a href="/developers/StyleGuide.pdf">Style Guide</a> (single-page PDF) shows our code style.</p>
<h2 id="Communication">Communication</h2>