diff options
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> |