summaryrefslogtreecommitdiff
path: root/doc/index.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-05-23 11:03:00 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-05-23 11:03:00 +0000
commit50590a071f2ef9a25facf755416e572207d8ec3b (patch)
tree2fcada2d92bc7baa7d7905b8b4fe4999bff9f979 /doc/index.html
parenta865e0bd539407820d96016fc90cb6dee3e743aa (diff)
downloadexecline-50590a071f2ef9a25facf755416e572207d8ec3b.tar.xz
Switch doc to schemeless URLs
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/index.html b/doc/index.html
index f0acfd8..334b816 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -6,13 +6,13 @@
<title>execline: a small scripting language</title>
<meta name="Description" content="execline: a small scripting language" />
<meta name="Keywords" content="execline script scripting language shell embedded chain loading bernstein chaining unix" />
- <!-- <link rel="stylesheet" type="text/css" href="http://skarnet.org/default.css" /> -->
+ <!-- <link rel="stylesheet" type="text/css" href="//skarnet.org/default.css" /> -->
</head>
<body>
<p>
-<a href="http://skarnet.org/software/">Software</a><br />
-<a href="http://skarnet.org/">skarnet.org</a>
+<a href="//skarnet.org/software/">Software</a><br />
+<a href="//skarnet.org/">skarnet.org</a>
</p>
<h1> execline </h1>
@@ -50,7 +50,7 @@ shell's syntax, and has no security issues.
<ul>
<li> A POSIX-compliant system with a standard C development environment </li>
<li> GNU make, version 3.81 or later. </li>
- <li> <a href="http://skarnet.org/software/skalibs/">skalibs</a> version
+ <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version
2.5.1.0 or later. It's a build-time requirement. It's also a run-time
requirement if you link against the shared version of the skalibs
library. </li>
@@ -221,7 +221,7 @@ external command <tt>printf</tt>. It is longer, but quite stylish. </li>
<ul>
<li> <tt>execline</tt> is discussed on the
-<a href="http://skarnet.org/lists.html#skaware">skaware</a> mailing-list. </li>
+<a href="//skarnet.org/lists.html#skaware">skaware</a> mailing-list. </li>
</ul>
</body>