summaryrefslogtreecommitdiff
path: root/doc/execline-cd.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-10-04 17:07:24 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-10-04 17:07:24 +0000
commitc0966f6327d1868647d015629afd53b59bcb8dc0 (patch)
treef7c4ae5e9ac1e09c66d63c2335509155d956dc51 /doc/execline-cd.html
parent1a3ab3a967e133ea64f7c9dab86aa88723baa9cd (diff)
downloadexecline-c0966f6327d1868647d015629afd53b59bcb8dc0.tar.xz
doc: fix URLs
Diffstat (limited to 'doc/execline-cd.html')
-rw-r--r--doc/execline-cd.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/execline-cd.html b/doc/execline-cd.html
index 911eb2a..18759d1 100644
--- a/doc/execline-cd.html
+++ b/doc/execline-cd.html
@@ -31,7 +31,7 @@ given directory, then executes a program.
<p>
<tt>execline-cd</tt> performs a
-<a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/chdir.html">chdir()</a>
+<a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/chdir.html">chdir()</a>
system call on <em>dir</em>, then execs into <em>prog...</em>.
</p>