diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-23 11:05:13 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-23 11:05:13 +0000 |
commit | a06d52906db423ab5f2bf6991b85f36f9401341c (patch) | |
tree | 59079b72e060bde37ebe66823a549e342285398a /doc/index.html | |
parent | d7e6a817966af1057599988330af9eb144e18bef (diff) | |
download | s6-networking-a06d52906db423ab5f2bf6991b85f36f9401341c.tar.xz |
Switch doc to schemeless URLs
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/index.html b/doc/index.html index e3ea6cd..19a6e86 100644 --- a/doc/index.html +++ b/doc/index.html @@ -6,13 +6,13 @@ <title>s6-networking - small networking utilities</title> <meta name="Description" content="s6-networking - small networking utilities" /> <meta name="Keywords" content="s6-networking network utilities tcpclient tcpserver s6 ucspi unix linux laurent bercot ska skarnet" /> - <!-- <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/">www.skarnet.org</a> +<a href="//skarnet.org/software/">Software</a><br /> +<a href="//skarnet.org/">www.skarnet.org</a> </p> <h1> s6-networking </h1> @@ -30,7 +30,7 @@ secure communications. <p> If the underlying -<a href="http://skarnet.org/software/skalibs/">skalibs</a> has been +<a href="//skarnet.org/software/skalibs/">skalibs</a> has been compiled with IPv6 support, s6-networking is IPv6-ready. </p> @@ -43,15 +43,15 @@ compiled with IPv6 support, s6-networking is IPv6-ready. <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> - <li> <a href="http://skarnet.org/software/execline/">execline</a> version + <li> <a href="//skarnet.org/software/execline/">execline</a> version 2.3.0.1 or later. It's a build-time and run-time requirement. </li> - <li> <a href="http://skarnet.org/software/s6/">s6</a> version + <li> <a href="//skarnet.org/software/s6/">s6</a> version 2.5.1.0 or later. It's a build-time and run-time requirement. </li> - <li> <a href="http://skarnet.org/software/s6-dns/">s6-dns</a> version + <li> <a href="//skarnet.org/software/s6-dns/">s6-dns</a> version 2.2.0.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 s6-dns libraries. </li> @@ -185,7 +185,7 @@ relevant page. <ul> <li> <tt>s6-networking</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> <h3> Similar work </h3> @@ -194,7 +194,7 @@ relevant page. <li> <a href="http://cr.yp.to/ucspi-tcp.html">ucspi-tcp</a> is the original inspiration for s6-networking. It works, but is unfortunately unmaintained by the author. s6-networking -follows <a href="http://skarnet.org/software/skalibs/djblegacy.html">the +follows <a href="//skarnet.org/software/skalibs/djblegacy.html">the same design principles</a>. </li> <li> <a href="http://smarden.org/ipsvd/">ipsvd</a> is a similar program suite. </li> |