diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-23 11:05:54 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-23 11:05:54 +0000 |
commit | e4821d7a10ee2096b689a66baa9b974d51339bc3 (patch) | |
tree | c671fae0a8ed9822fd5b63bb41d0fdc5f0dc1cff /doc/index.html | |
parent | 5ad86f2bcb08cbf29d341594f027b810e824a707 (diff) | |
download | s6-rc-e4821d7a10ee2096b689a66baa9b974d51339bc3.tar.xz |
Switch doc to schemeless URLs
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/index.html b/doc/index.html index e4132c5..c83d0f3 100644 --- a/doc/index.html +++ b/doc/index.html @@ -6,13 +6,13 @@ <title>s6-rc - a service manager for s6</title> <meta name="Description" content="s6-rc - a service manager for s6" /> <meta name="Keywords" content="s6 rc unix s6-rc init service management rc.d scripts administration root 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/">skarnet.org</a> +<a href="//skarnet.org/software/">Software</a><br /> +<a href="//skarnet.org/">skarnet.org</a> </p> <h1> s6-rc </h1> @@ -21,7 +21,7 @@ <p> s6-rc is a service manager for -<a href="http://skarnet.org/software/s6/">s6</a>-based +<a href="//skarnet.org/software/s6/">s6</a>-based systems, i.e. a suite of programs that can start and stop services, both long-running daemons and one-time initialization scripts, in the proper order according to a @@ -47,11 +47,11 @@ scripts are also run in a controlled environment. <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 </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 </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 </li> </ul> @@ -125,7 +125,7 @@ the previous versions of s6-rc and the current one. </li> <ul> <li> <tt>s6-rc</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> |