]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - doc/html/NCURSES-Programming-HOWTO.html
ncurses 6.0 - patch 20180106
[ncurses.git] / doc / html / NCURSES-Programming-HOWTO.html
index 685ccf37aaa6c6d9835d1d438b63231a726bdf7e..15655a802291759607602815727e26b7f50f7e3d 100644 (file)
@@ -7077,8 +7077,8 @@ int set_new_page(FIELD *field,/* Field at which page break to be set or unset */
         documentation is very good. The examples in the examples
         directory can be a good place to start for beginners. The
         CDK can be downloaded from <a href=
-        "http://invisible-island.net/cdk/" target=
-        "_top">http://invisible-island.net/cdk/</a> . Follow the
+        "https://invisible-island.net/cdk/" target=
+        "_top">https://invisible-island.net/cdk/</a> . Follow the
         instructions in README file to install it.</p>
 
         <div class="SECT3">
@@ -7204,7 +7204,7 @@ background.&lt;!1&gt;"
         professional-looking dialog boxes with ease. It creates a
         variety of dialog boxes, menus, check lists etc.. It is
         usually installed by default. If not, you can download it
-        from <a href="http://invisible-island.net/dialog/" target=
+        from <a href="https://invisible-island.net/dialog/" target=
         "_top">Thomas Dickey</a>'s site.</p>
 
         <p>The above-mentioned article gives a very good overview
@@ -7393,17 +7393,17 @@ only way to find out is to follow the rules of the game.</i></span>
 
         <li>
           <p>NCURSES FAQ at <a href=
-          "http://invisible-island.net/ncurses/ncurses.faq.html"
+          "https://invisible-island.net/ncurses/ncurses.faq.html"
           target=
-          "_top">http://invisible-island.net/ncurses/ncurses.faq.html</a></p>
+          "_top">https://invisible-island.net/ncurses/ncurses.faq.html</a></p>
         </li>
 
         <li>
           <p>Writing programs with NCURSES by Eric Raymond and Zeyd
           M. Ben-Halim at <a href=
-          "http://invisible-island.net/ncurses/ncurses-intro.html"
+          "https://invisible-island.net/ncurses/ncurses-intro.html"
           target=
-          "_top">http://invisible-island.net/ncurses/ncurses-intro.html</a>
+          "_top">https://invisible-island.net/ncurses/ncurses-intro.html</a>
           - somewhat obsolete. I was inspired by this document and
           the structure of this HOWTO follows from the original
           document</p>