summaryrefslogtreecommitdiff
path: root/doc/getcwd.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/getcwd.html
parent1a3ab3a967e133ea64f7c9dab86aa88723baa9cd (diff)
downloadexecline-c0966f6327d1868647d015629afd53b59bcb8dc0.tar.xz
doc: fix URLs
Diffstat (limited to 'doc/getcwd.html')
-rw-r--r--doc/getcwd.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/getcwd.html b/doc/getcwd.html
index 2f040db..9735630 100644
--- a/doc/getcwd.html
+++ b/doc/getcwd.html
@@ -43,7 +43,7 @@ execs into <em>prog</em> with its arguments.
<li> <em>var</em> must be given without a dollar&nbsp;! </li>
<li> <em>var</em> must not contain <tt>=</tt>. </li>
<li> Unlike the
-<a href="http://pubs.opengroup.org/onlinepubs/9699919799/utilities/pwd.html">pwd</a>
+<a href="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/pwd.html">pwd</a>
POSIX command, <tt>getcwd</tt> does not depend on the PWD environment
variable and will exhibit a consistent behaviour no matter the environment. </li>
</ul>