summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>