summaryrefslogtreecommitdiff
path: root/projects/libdom/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 /projects/libdom/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 'projects/libdom/index.html')
-rw-r--r--projects/libdom/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/libdom/index.html b/projects/libdom/index.html
index 1518d85..935a7cb 100644
--- a/projects/libdom/index.html
+++ b/projects/libdom/index.html
@@ -33,11 +33,11 @@
<h2>What is LibDOM?</h2>
-<p>LibDOM is an implementation of the <a href="http://www.w3.org/DOM/">W3C DOM</a>, written in C. It is currently in development for use with <a href="/">NetSurf</a> and is intended to be suitable for use in other projects too. For further details, see the <a href="http://source.netsurf-browser.org/libdom.git/plain/README">readme</a>.</p>
+<p>LibDOM is an implementation of the <a href="http://www.w3.org/DOM/">W3C DOM</a>, written in C. It is currently in development for use with <a href="/">NetSurf</a> and is intended to be suitable for use in other projects too. For further details, see the <a href="//source.netsurf-browser.org/libdom.git/plain/README">readme</a>.</p>
<h2>Source code</h2>
-<p>You can <a href="http://source.netsurf-browser.org/libdom.git/">browse the source code</a> via the online interface. Alternatively, you can check it out with Git:</p>
+<p>You can <a href="//source.netsurf-browser.org/libdom.git/">browse the source code</a> via the online interface. Alternatively, you can check it out with Git:</p>
<p class="svncommand">$ git clone git://git.netsurf-browser.org/libdom.git</p>