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/index.html | |
parent | 1a3ab3a967e133ea64f7c9dab86aa88723baa9cd (diff) | |
download | execline-c0966f6327d1868647d015629afd53b59bcb8dc0.tar.xz |
doc: fix URLs
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html index aa11b20..cb411a6 100644 --- a/doc/index.html +++ b/doc/index.html @@ -60,7 +60,7 @@ library. </li> <p> execline is free software. It is available under the -<a href="http://opensource.org/licenses/ISC">ISC license</a>. +<a href="https://opensource.org/licenses/ISC">ISC license</a>. </p> <h3> Download </h3> @@ -213,7 +213,7 @@ to your installation: the shebang lines for your system might be something like <a href="http://jriou.org/">Joël Riou</a>. The only external command used is <tt>echo</tt>. </li> <li> Another <a href="quine-prj.txt">quine</a>, provided by -<a href="http://code.dogmap.org/">Paul Jarc</a>. It is much shorter, but +<a href="https://code.dogmap.org/">Paul Jarc</a>. It is much shorter, but uses the external commands <tt>echo</tt> and <tt>env</tt>. Later, Paul rewrote it <a href="quine-prj-2.txt">using only <tt>echo</tt></a>, then <a href="quine-prj-3.txt">using only <tt>echo</tt> and the environment</a>. </li> |