diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-04 17:07:24 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-04 17:07:24 +0000 |
commit | c0966f6327d1868647d015629afd53b59bcb8dc0 (patch) | |
tree | f7c4ae5e9ac1e09c66d63c2335509155d956dc51 /doc/execline-cd.html | |
parent | 1a3ab3a967e133ea64f7c9dab86aa88723baa9cd (diff) | |
download | execline-c0966f6327d1868647d015629afd53b59bcb8dc0.tar.xz |
doc: fix URLs
Diffstat (limited to 'doc/execline-cd.html')
-rw-r--r-- | doc/execline-cd.html | 2 |
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> |