summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-12-25 23:53:05 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-12-25 23:53:05 +0000
commit56596042d9e1fad4dc8dc4b2e2afd9c9c29010a0 (patch)
treee0160a1817844273d6c8c47189f17963abca5b98
parente669c586aff775df4e9d8b6cceeed42bc9b55655 (diff)
downloadexecline-56596042d9e1fad4dc8dc4b2e2afd9c9c29010a0.tar.xz
Fix link to etalabs.net (thanks Carl)
-rw-r--r--doc/dieshdiedie.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dieshdiedie.html b/doc/dieshdiedie.html
index 75e660f..34e4db4 100644
--- a/doc/dieshdiedie.html
+++ b/doc/dieshdiedie.html
@@ -80,7 +80,7 @@ cannot be used safely with the normalized options, because most shells
come with a builtin <tt>test</tt> that does <em>not</em> respect the
specification to the letter. And let's not get started about <tt>echo</tt>,
which has its own set of problems. Rich Felker has
-<a href="http://etalabs.net/sh_tricks.html">a page</a> listing tricks
+<a href="https://www.etalabs.net/sh_tricks.html">a page</a> listing tricks
to use to write portable shell scripts. Writing a portable script should
not be that hard.
</p>