summaryrefslogtreecommitdiff
path: root/documentation/info.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/info.html')
-rw-r--r--documentation/info.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/info.html b/documentation/info.html
index 1873db1..ef5648d 100644
--- a/documentation/info.html
+++ b/documentation/info.html
@@ -42,9 +42,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>
@@ -74,7 +74,7 @@
<dl>
<dt><a href="/downloads/">Stable releases</a><dt>
<dd>These are recommended for most users, particularly if this is your first experience of NetSurf.<dd>
-<dt><a href="http://ci.netsurf-browser.org/builds/">Development builds</a><dt>
+<dt><a href="https://ci.netsurf-browser.org/builds/">Development builds</a><dt>
<dd>These are built automatically from the latest bleeding-edge source code and may be unstable. Development builds are currently available only for certain platforms. Users of other platforms can <a href="/developers/">obtain the latest source code</a> and follow the simple compilation instructions.<dd>
</dl>
@@ -92,7 +92,7 @@
<p>Before submitting a bug report, please:</p>
<ol>
-<li>check that the bug exhibits itself in the latest version <a href="http://ci.netsurf-browser.org/builds/">available for download</a> at the time.</li>
+<li>check that the bug exhibits itself in the latest version <a href="https://ci.netsurf-browser.org/builds/">available for download</a> at the time.</li>
<li>try to find a reproducible way of triggering the bug.</li>
<li>check the <a href="progress">progress</a> page be sure that something has actually been implemented.</li>
</ol>
@@ -109,7 +109,7 @@
<li>if you can narrow a bug down to a minimal test-case, then that's great. Please provide it as it's likely to speed up a fix. (Don't worry if you can't.)</li>
</ol>
-<p>Bug reports should be made on the our <a href="http://bugs.netsurf-browser.org/">bug report system</a>.</p>
+<p>Bug reports should be made on the our <a href="https://bugs.netsurf-browser.org/">bug report system</a>.</p>
<h2 id="FeatureRequests">Feature requests</h2>