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/el_transform.html | |
parent | 1a3ab3a967e133ea64f7c9dab86aa88723baa9cd (diff) | |
download | execline-c0966f6327d1868647d015629afd53b59bcb8dc0.tar.xz |
doc: fix URLs
Diffstat (limited to 'doc/el_transform.html')
-rw-r--r-- | doc/el_transform.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/el_transform.html b/doc/el_transform.html index f33c576..cb163a8 100644 --- a/doc/el_transform.html +++ b/doc/el_transform.html @@ -163,7 +163,7 @@ as <em>n</em> separate words. </li> </a> <p> - <a href="http://cr.yp.to/proto/netstrings.txt">Netstrings</a> are + <a href="https://cr.yp.to/proto/netstrings.txt">Netstrings</a> are a way to reliably encode strings containing arbitrary characters. <tt>execline</tt> takes advantage of this to offer a completely safe splitting mechanism. If a substitution command is given an empty |