diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-04 17:18:57 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-04 17:18:57 +0000 |
commit | c86f75f7ca6ea42d7a992f0871e6bd069dd522df (patch) | |
tree | fa3fd8449c819b9c9071692eaca3b6b6354228d0 /doc/index.html | |
parent | d4a52b47609803e0ff791e34e1b99191d59861f6 (diff) | |
download | s6-rc-c86f75f7ca6ea42d7a992f0871e6bd069dd522df.tar.xz |
doc: fix URLs
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html index d3cac1e..08cad57 100644 --- a/doc/index.html +++ b/doc/index.html @@ -60,7 +60,7 @@ requirement if you link against the shared version of the skalibs library. </li> <p> s6-rc is free software. It is available under the -<a href="http://opensource.org/licenses/ISC">ISC license</a>. +<a href="https://opensource.org/licenses/ISC">ISC license</a>. </p> <h3> Download </h3> @@ -138,9 +138,9 @@ the previous versions of s6-rc and the current one. </li> <h3> Similar work </h3> <ul> - <li> <a href="http://jjacky.com/anopa/">anopa</a> is another service manager + <li> <a href="https://jjacky.com/anopa/">anopa</a> is another service manager for s6, with a similar design (but no compilation phase). </li> - <li> <a href="http://homepage.ntlworld.com/jonathan.deboynepollard/Softwares/nosh.html">nosh</a> + <li> <a href="https://jdebp.eu/Softwares/nosh/">nosh</a> is a complete init system and service manager for Unix. </li> </ul> |