about summary refs log tree commit diff
path: root/doc/s6-envuidgid.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-05-23 11:03:22 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-05-23 11:03:22 +0000
commit6f85f86357d70570195e7a97a8b7fbb779c82230 (patch)
treed608ffa04fe89dcf79e7f6bf1cac8330dec3051b /doc/s6-envuidgid.html
parent4f9624bb41a303d0a564f735880843a6d9a07573 (diff)
downloads6-6f85f86357d70570195e7a97a8b7fbb779c82230.tar.gz
s6-6f85f86357d70570195e7a97a8b7fbb779c82230.tar.xz
s6-6f85f86357d70570195e7a97a8b7fbb779c82230.zip
Switch doc to schemeless URLs
Diffstat (limited to 'doc/s6-envuidgid.html')
-rw-r--r--doc/s6-envuidgid.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/s6-envuidgid.html b/doc/s6-envuidgid.html
index 501564a..9753d68 100644
--- a/doc/s6-envuidgid.html
+++ b/doc/s6-envuidgid.html
@@ -6,14 +6,14 @@
     <title>s6: the s6-envuidgid program</title>
     <meta name="Description" content="s6: the s6-envuidgid program" />
     <meta name="Keywords" content="s6 command s6-envuidgid uid gid environment modification" />
-    <!-- <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="index.html">s6</a><br />
-<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> The s6-envuidgid program </h1>
@@ -78,7 +78,7 @@ supplementary groups. </li>
  <li> s6-envuidgid is useful when running a program that must start as root but can
 drop its privileges later. Such a program can read its new uid/gid/groups info
 from the UID, GID and GIDLIST environment variables. Superservers such as
-<a href="http://skarnet.org/software/s6-networking/s6-tcpserver4.html">s6-tcpserver4</a>
+<a href="//skarnet.org/software/s6-networking/s6-tcpserver4.html">s6-tcpserver4</a>
 make use of this. </li>
 </ul>