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_substitute.html | |
parent | 1a3ab3a967e133ea64f7c9dab86aa88723baa9cd (diff) | |
download | execline-c0966f6327d1868647d015629afd53b59bcb8dc0.tar.xz |
doc: fix URLs
Diffstat (limited to 'doc/el_substitute.html')
-rw-r--r-- | doc/el_substitute.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/el_substitute.html b/doc/el_substitute.html index 84b1985..3bb56a2 100644 --- a/doc/el_substitute.html +++ b/doc/el_substitute.html @@ -292,7 +292,7 @@ you can try to do better than these people: <li><a href="http://jriou.org/">Joël Riou</a> wrote the <a href="quine-jriou.txt">first execlineb quine</a>, using only <tt>echo</tt> as non-execline external command. </li> - <li> Shortly after, <a href="http://code.dogmap.org/">Paul Jarc</a> + <li> Shortly after, <a href="https://code.dogmap.org/">Paul Jarc</a> wrote a <a href="quine-prj.txt">much shorter quine</a>, using <tt>echo</tt> and <tt>env</tt> as non-execline external commands. He also wrote a <a href="quine-prj-2.txt">revised version</a>, using only |