[git commit] refresh a ton of links

Mike Frysinger vapier at gentoo.org
Tue Apr 12 18:51:01 UTC 2016


commit: https://git.uclibc.org/uClibc-website/commit/?id=d3de801e529225ccadb1cef1ef07d5c45a1fd314
branch: https://git.uclibc.org/uClibc-website/commit/?id=refs/heads/master

Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 FAQ.html           |  40 +++++-----
 about.html         |   6 +-
 developing.html    |   9 +--
 docs/tls-ppc.txt   |   2 +-
 docs/tls-ppc64.txt |   2 +-
 download.html      |   4 +-
 footer.html        |   4 +-
 header.html        |  12 +--
 lists.html         |   6 +-
 news.html          |  14 ++--
 oldnews.html       | 226 ++++++++++++++++++++++++++---------------------------
 other_libs.html    |  16 ++--
 products.html      |   4 +-
 specs.html         |   8 +-
 svnindex.xsl       |   2 +-
 toolchains.html    |  30 +++----
 uClibc-apps.html   |  10 +--
 17 files changed, 197 insertions(+), 198 deletions(-)

diff --git a/FAQ.html b/FAQ.html
index 0c86b6a..e6714e5 100644
--- a/FAQ.html
+++ b/FAQ.html
@@ -176,7 +176,7 @@ How could it be smaller and not suck?</a></h2>
 
     No, you do not need to give away your application source code just because
     you use uClibc and/or run on Linux.  uClibc is licensed under the <a
-    href="http://www.gnu.org/copyleft/lesser.html">Lesser GPL</a> license, just
+    href="https://www.gnu.org/copyleft/lesser.html">Lesser GPL</a> license, just
     like the GNU C library (glibc).  Please read this license, or have a lawyer
     read this license if you have any questions.  Here is my brief summary...
     Using shared libraries makes complying with the license easy.  You can
@@ -232,17 +232,17 @@ How could it be smaller and not suck?</a></h2>
 <p>
 
     You will need to have your own uClibc toolchain.  A toolchain consists
-    of <a href="http://sources.redhat.com/binutils/">GNU binutils</a>,
-    <a href="http://gcc.gnu.org/">the gcc compiler</a>, and uClibc, all
+    of <a href="https://sourceware.org/binutils/">GNU binutils</a>,
+    <a href="https://gcc.gnu.org/">the gcc compiler</a>, and uClibc, all
     built to produce binaries for your target system linked with uClibc.
     You can build your own native uClibc toolchain using the
-    <a href="http://buildroot.uclibc.org/">uClibc buildroot system</a>.
+    <a href="https://buildroot.org/">uClibc buildroot system</a>.
 
     <p>
     To build your own uClibc toolchain, follow the following simple
     steps:
     <ul>
-	<li> Point your web browser <a href="http://buildroot.uclibc.org/">here</a>,
+	<li> Point your web browser <a href="https://buildroot.org/">here</a>,
 	<li> Download of copy of buildroot
 	<li> Unpack the tarball on your Linux system somewhere
 	<li> Edit the Makefile as needed if you wish to change anything.
@@ -272,7 +272,7 @@ How could it be smaller and not suck?</a></h2>
     We used to provide a toolchain wrapper, but that has been removed due to
     numerous problems.  The uClibc developers have gone to a lot of trouble
     to produce the
-    <a href="http://buildroot.uclibc.org/">uClibc buildroot system</a>,
+    <a href="https://buildroot.org/">uClibc buildroot system</a>,
     which makes it easy to build your own uClibc toolchain and/or an initial
     uClibc based system.
 
@@ -308,8 +308,8 @@ How could it be smaller and not suck?</a></h2>
     <p>
 
     Some discussion on the reasoning behind this decision can be found here:
-    <a href="http://www.uclibc.org/lists/uclibc/2003-October/007315.html">
-    http://www.uclibc.org/lists/uclibc/2003-October/007315.html</a>
+    <a href="https://www.uClibc.org/lists/uclibc/2003-October/007315.html">
+    https://www.uClibc.org/lists/uclibc/2003-October/007315.html</a>
     in the uClibc mailing list archives.
 
 <hr>
@@ -321,13 +321,13 @@ How could it be smaller and not suck?</a></h2>
     without needing to compile your own toolchain or anything, you can grab a
     pre-compiled uClibc development system.  These are currently available for
 
-    <a href="http://www.uclibc.org/downloads/root_fs_arm.ext2.bz2">arm</a>,
-    <a href="http://www.uclibc.org/downloads/root_fs_armeb.ext2.bz2">armeb</a>,
-    <a href="http://www.uclibc.org/downloads/root_fs_i386.ext2.bz2">i386</a>,
-    <a href="http://www.uclibc.org/downloads/root_fs_mips.ext2.bz2">mips</a>,
-    <a href="http://www.uclibc.org/downloads/root_fs_mipsel.ext2.bz2">mipsel</a>,
-    <a href="http://www.uclibc.org/downloads/root_fs_powerpc.ext2.bz2">powerpc</a>, and
-    <a href="http://www.uclibc.org/downloads/root_fs_sh4.ext2.bz2">sh4</a>.
+    <a href="https://www.uClibc.org/downloads/root_fs_arm.ext2.bz2">arm</a>,
+    <a href="https://www.uClibc.org/downloads/root_fs_armeb.ext2.bz2">armeb</a>,
+    <a href="https://www.uClibc.org/downloads/root_fs_i386.ext2.bz2">i386</a>,
+    <a href="https://www.uClibc.org/downloads/root_fs_mips.ext2.bz2">mips</a>,
+    <a href="https://www.uClibc.org/downloads/root_fs_mipsel.ext2.bz2">mipsel</a>,
+    <a href="https://www.uClibc.org/downloads/root_fs_powerpc.ext2.bz2">powerpc</a>, and
+    <a href="https://www.uClibc.org/downloads/root_fs_sh4.ext2.bz2">sh4</a>.
 
     <p>
 
@@ -339,7 +339,7 @@ How could it be smaller and not suck?</a></h2>
     <p>
 
     Each of these uClibc development systems was created using
-    <a href="http://buildroot.uclibc.org/">buildroot</a>.
+    <a href="https://buildroot.org/">buildroot</a>.
 
     <p>
 
@@ -396,13 +396,13 @@ How could it be smaller and not suck?</a></h2>
 
     <p>
     The last two
-    <a href="http://www.gnu.org/software/binutils/">GNU binutils</a> releases
+    <a href="https://www.gnu.org/software/binutils/">GNU binutils</a> releases
     should work fine. Workarounds for bugs in older versions are not
     considered.
 
     <p>
     The last official 
-    <a href="http://www.gnu.org/software/gcc/">GCC</a> point release is
+    <a href="https://www.gnu.org/software/gcc/">GCC</a> point release is
     supported.
     If you encounter a compile error using an older version, then you're out of
     luck.  You'll need to workaround it yourself.
@@ -567,8 +567,8 @@ How could it be smaller and not suck?</a></h2>
      <a href="http://www.opengroup.org/onlinepubs/007904975/basedefs/xbd_chap08.html">
     http://www.opengroup.org/onlinepubs/007904975/basedefs/xbd_chap08.html</a>
     for details on valid settings of TZ.  For some additional examples, read
-    <a href="http://www.uclibc.org/lists/uclibc/2002-August/004010.html">
-    http://www.uclibc.org/lists/uclibc/2002-August/004010.html</a> in the uClibc
+    <a href="https://www.uClibc.org/lists/uclibc/2002-August/004010.html">
+    https://www.uClibc.org/lists/uclibc/2002-August/004010.html</a> in the uClibc
     mailing list archive.
     You can store the value of TZ in the file '/etc/TZ' and uClibc will then
     automagically use the specified setting.
diff --git a/about.html b/about.html
index 8b80a3a..a521cc2 100644
--- a/about.html
+++ b/about.html
@@ -7,11 +7,11 @@
 
 uClibc (aka µClibc/pronounced yew-see-lib-see) is a C library for developing
 embedded Linux systems.  It is much smaller than the <a
-href="http://www.gnu.org/software/libc/libc.html">GNU C Library</a>, but nearly
+href="https://www.gnu.org/software/libc/libc.html">GNU C Library</a>, but nearly
 all applications supported by glibc also work perfectly with uClibc. Porting
 applications from glibc to uClibc typically involves just recompiling the
 source code. uClibc even supports shared libraries and threading.  It currently
-runs on <a href="http://kernel.org/">standard Linux</a> and <a
+runs on <a href="https://kernel.org/">standard Linux</a> and <a
 href="http://www.uclinux.org">MMU-less (also known as µClinux)</a> systems
 with support for alpha, amd64, ARM, Blackfin, cris, h8300, hppa, i386, i960,
 ia64, m68k, mips/mipsel, PowerPC, SH, SPARC, and v850 processors.
@@ -30,7 +30,7 @@ you plan to burn Linux into the system's firmware...
 uClibc is maintained by <a href=
 "http://codepoet.org/andersen/erik/erik.html">Erik Andersen</a>
 and is licensed under the 
-<a href="http://www.gnu.org/copyleft/lesser.html">GNU LESSER GENERAL PUBLIC LICENSE</a>
+<a href="https://www.gnu.org/copyleft/lesser.html">GNU LESSER GENERAL PUBLIC LICENSE</a>
 .  This license allows you to make closed source commercial applications using 
 uClibc. (Please consider sharing some of the money you make ;-).  You do not need 
 to give away all your source code just because you use uClibc and/or run on Linux.
diff --git a/developing.html b/developing.html
index edded08..e297aed 100644
--- a/developing.html
+++ b/developing.html
@@ -12,9 +12,8 @@ latest version of uClibc using anonymous git access:
 
 If you are not already familiar with using Git, here are some useful links:<br>
 <ul>
- <li><a href="http://git-scm.com/">the git homepage</a></li>
- <li><a href="http://gitcasts.com/">git screencasts</a></li>
- <li><a href="http://docs.blackfin.uclinux.org/doku.php?id=version_control_systems#quick_references">cvs/svn/git quick cross references</a></li>
+ <li><a href="https://git-scm.com/">the git homepage</a></li>
+ <li><a href="https://docs.blackfin.uclinux.org/doku.php?id=version_control_systems#quick_references">cvs/svn/git quick cross references</a></li>
 </ul>
 
 <p>
@@ -197,8 +196,8 @@ access to for free.<br>
 <ul>
  <li>shell: simply ssh to username at uclibc.org</li>
  <li>e-mail: username at uclibc.org (you can forward this by using ~/.forward)</li>
- <li>web: http://uclibc.org/~username/ (this is your ~/public_html/ directory)</li>
- <li>git: http://git.uclibc.org/~username/git/ (this is your ~/git/ directory)</li>
+ <li>web: https://uClibc.org/~username/ (this is your ~/public_html/ directory)</li>
+ <li>git: https://git.uClibc.org/~username/git/ (this is your ~/git/ directory)</li>
 </ul>
 <p>To use a personal git repo you would do something like this:
    When using a clone, a bare one is sufficient and please consider
diff --git a/docs/tls-ppc.txt b/docs/tls-ppc.txt
index 7827cce..34725a3 100644
--- a/docs/tls-ppc.txt
+++ b/docs/tls-ppc.txt
@@ -1,5 +1,5 @@
 PowerPC Specific Thread Local Storage ABI
-For insertion in http://people.redhat.com/drepper/tls.pdf
+For insertion in https://people.redhat.com/drepper/tls.pdf
 
 
 3.4.x  PowerPC32 Specific
diff --git a/docs/tls-ppc64.txt b/docs/tls-ppc64.txt
index 79ec1de..a16252a 100644
--- a/docs/tls-ppc64.txt
+++ b/docs/tls-ppc64.txt
@@ -1,5 +1,5 @@
 PowerPC64 Specific Thread Local Storage ABI
-For insertion in http://people.redhat.com/drepper/tls.pdf
+For insertion in https://people.redhat.com/drepper/tls.pdf
 
 
 3.4.x  PowerPC64 Specific
diff --git a/download.html b/download.html
index 8a6a3e6..c88b606 100644
--- a/download.html
+++ b/download.html
@@ -4,7 +4,7 @@
 <h3>Download</h3>
 
 Source for the latest release can always be
-downloaded from <a href="downloads/">http://www.uclibc.org/downloads</a>
+downloaded from <a href="downloads/">https://www.uClibc.org/downloads</a>
 
 <p>
 You can also obtain <a href="downloads/snapshots/">Daily Snapshots</a> of
@@ -14,7 +14,7 @@ but cannot or do not wish to use Git.
 <p>
 
 <ul>
-	<li> Click here to <a href="http://git.uclibc.org/uClibc/tree/">browse the source tree</a>.
+	<li> Click here to <a href="https://git.uClibc.org/uClibc/tree/">browse the source tree</a>.
 	</li>
 
 	<li>Anonymous <a href="developing.html#anon">source access</a> is available.
diff --git a/footer.html b/footer.html
index bc905aa..43e67c9 100644
--- a/footer.html
+++ b/footer.html
@@ -30,14 +30,14 @@
 	    </td>
 
 	    <td>
-		<a href="http://osuosl.org/"><img border="0"
+		<a href="https://osuosl.org/"><img border="0"
 		width="114" height="63"
 		src="images/osuosl.png"
 		alt="This site is kindly hosted by OSL"></a>
 	    </td>
 <!--
             <td>
-		    <a href="http://validator.w3.org/check?uri=referer"><img
+		    <a href="https://validator.w3.org/check?uri=referer"><img
 		    border="0" height="31" width="88"
 		    src="images/valid-html401.png"
 		    alt="Valid HTML" /></a>
diff --git a/header.html b/header.html
index ff2b070..afdd43a 100644
--- a/header.html
+++ b/header.html
@@ -63,7 +63,7 @@
   </ul>
   <b>Development</b>
   <ul>
-    <li><a href="http://git.uclibc.org/uClibc/tree/">Browse Source</a></li>
+    <li><a href="https://git.uClibc.org/uClibc/tree/">Browse Source</a></li>
     <li><a href="/lists.html">Mailing Lists</a></li>
     <li><a href="/developing.html">Developing</a></li>
     <li><a href="https://bugs.busybox.net/">Bug Tracking</a></li>
@@ -72,17 +72,17 @@
   <ul>
     <li><a href="/other_libs.html">Other libcs</a></li>
     <!--p><b>Related Sites</b-->
-    <li><a href="http://cxx.uclibc.org/">uClibc++</a></li>
-    <li><a href="http://busybox.net/">BusyBox</a></li>
-    <li><a href="http://buildroot.uclibc.org/">buildroot</a></li>
+    <li><a href="https://cxx.uClibc.org/">uClibc++</a></li>
+    <li><a href="https://busybox.net/">BusyBox</a></li>
+    <li><a href="https://buildroot.org/">buildroot</a></li>
     <li><a href="http://www.scratchbox.org/">Scratchbox</a></li>
     <li><a href="http://openembedded.org/">OpenEmbedded</a></li>
     <li><a href="http://www.ucdot.org/">uCdot</a></li>
     <li><a href="http://www.linuxdevices.com/">LinuxDevices</a></li>
-    <li><a href="http://slashdot.org/">Slashdot</a></li>
+    <li><a href="https://slashdot.org/">Slashdot</a></li>
     <li><a href="http://freshmeat.net/">Freshmeat</a></li>
     <li><a href="http://linuxtoday.com/">Linux Today</a></li>
-    <li><a href="http://lwn.net/">Linux Weekly News</a></li>
+    <li><a href="https://lwn.net/">Linux Weekly News</a></li>
     <li><a href="http://www.tldp.org/HOWTO">Linux HOWTOs</a></li>
   </ul>
 </td>
diff --git a/lists.html b/lists.html
index 466deaf..b6167e3 100644
--- a/lists.html
+++ b/lists.html
@@ -35,7 +35,7 @@ you need may very well be listed there.
 
 <center>
 <div id="cse" style="width: 100%;">Loading</div>
-<script src="http://www.google.com/jsapi" type="text/javascript"></script>
+<script src="https://www.google.com/jsapi" type="text/javascript"></script>
 <script type="text/javascript">
 	google.load('search', '1', {language : 'en'});
 	google.setOnLoadCallback(function() {
@@ -43,11 +43,11 @@ you need may very well be listed there.
 					      '009810735161915413714:goa8ot4arow');
 		customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
 		var customSearchOptions = new google.search.DrawOptions();
-		customSearchOptions.enableSearchboxOnly("http://google.com/cse?cx=009810735161915413714:goa8ot4arow");
+		customSearchOptions.enableSearchboxOnly("https://google.com/cse?cx=009810735161915413714:goa8ot4arow");
 		customSearchControl.draw('cse', customSearchOptions);
 	}, true);
 </script>
-<link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+<link rel="stylesheet" href="https://www.google.com/cse/style/look/default.css" type="text/css" />
 </center>
 
 
diff --git a/news.html b/news.html
index 6f62184..196fc35 100644
--- a/news.html
+++ b/news.html
@@ -8,7 +8,7 @@
   </p><p>
   Grab the current <a href="/downloads/uClibc-0.9.33.2.tar.xz">0.9.33.2 release</a>
   tarball.<br>
-  Refer to the <a href="http://uClibc.org/downloads/ChangeLog-0.9.33.1_0.9.33.2">
+  Refer to the <a href="https://uClibc.org/downloads/ChangeLog-0.9.33.1_0.9.33.2">
 	  ChangeLog-0.9.33.1_0.9.33.2</a> for the gory details
   or find and use other interresting stuff in the <a
   href="/downloads/">download area</a>.
@@ -40,7 +40,7 @@
   </p><p>
   Grab the current <a href="/downloads/uClibc-0.9.33.1.tar.xz">0.9.33.1 release</a>
   tarball.<br>
-  Refer to the <a href="http://uClibc.org/downloads/ChangeLog-0.9.33_0.9.33.1">
+  Refer to the <a href="https://uClibc.org/downloads/ChangeLog-0.9.33_0.9.33.1">
 	  ChangeLog-0.9.33_0.9.33.1</a> for the gory details
   or find and use other interresting stuff in the <a
   href="/downloads/">download area</a>.
@@ -67,7 +67,7 @@
   </p><p>
   Grab the current <a href="/downloads/uClibc-0.9.33.tar.xz">0.9.33 release</a>
   tarball.<br>
-  Refer to the <a href="http://uClibc.org/downloads/ChangeLog-0.9.32.1_0.9.33">
+  Refer to the <a href="https://uClibc.org/downloads/ChangeLog-0.9.32.1_0.9.33">
 	  ChangeLog-0.9.32.1_0.9.33</a> for an in-depth description of changes.
   <br>Enjoy!
   </li>
@@ -79,7 +79,7 @@
   </p><p>
   Go to the <a href="/downloads/">downloads page</a> and grab
   <a href="/downloads/uClibc-0.9.33-rc1.tar.xz">0.9.33-rc1 release candidate</a>.
-  See <a href="http://uClibc.org/downloads/ChangeLog-0.9.32.1_0.9.33-rc1">
+  See <a href="https://uClibc.org/downloads/ChangeLog-0.9.32.1_0.9.33-rc1">
   ChangeLog-0.9.32.1_0.9.33-rc1</a> for details.<br>Please test and
   report back to the mailing-list!
   </li>
@@ -91,7 +91,7 @@
   </p><p>
   Head to the <a href="/downloads/">downloads page</a> to pick up the
   <a href="/downloads/uClibc-0.9.32.1.tar.xz">0.9.32.1 release</a>.
-  The <a href="http://uClibc.org/downloads/ChangeLog-0.9.32_0.9.32.1">
+  The <a href="https://uClibc.org/downloads/ChangeLog-0.9.32_0.9.32.1">
   ChangeLog-0.9.32_0.9.32.1</a> has all the details.<br>Enjoy!
   </li>
 
@@ -117,7 +117,7 @@
   </p><p>
   Head to the <a href="/downloads/">downloads page</a> to pick up the
   <a href="/downloads/uClibc-0.9.32.tar.xz">0.9.32 release</a>.
-  The <a href="http://uClibc.org/downloads/ChangeLog-0.9.31_0.9.32">
+  The <a href="https://uClibc.org/downloads/ChangeLog-0.9.31_0.9.32">
   ChangeLog-0.9.31_0.9.32</a> has all the gory details.<br>Enjoy!
   </li>
 
@@ -128,7 +128,7 @@
   </p><p>
   Head to the <a href="/downloads/">downloads page</a> to pick up the
   <a href="/downloads/uClibc-0.9.31.1.tar.xz">0.9.31.1 release</a>.
-  The <a href="http://uClibc.org/downloads/ChangeLog-0.9.30_0.9.31.1">
+  The <a href="https://uClibc.org/downloads/ChangeLog-0.9.30_0.9.31.1">
   ChangeLog-0.9.30_0.9.31.1</a> indicates all the details.<br>Enjoy!
   </li>
 
diff --git a/oldnews.html b/oldnews.html
index a7e4a90..b4f4871 100644
--- a/oldnews.html
+++ b/oldnews.html
@@ -70,7 +70,7 @@
   </p><p>
   Head to the <a href="/downloads/">downloads page</a> to pick up the
   <a href="/downloads/uClibc-0.9.30.3.tar.xz">0.9.30.3 release</a>.
-  The <a href="http://uClibc.org/downloads/ChangeLog-0.9.30.2_0.9.30.3">
+  The <a href="https://uClibc.org/downloads/ChangeLog-0.9.30.2_0.9.30.3">
   ChangeLog-0.9.30.2_0.9.30.3</a> indicates all the details.<br>Enjoy!
   </li>
 
@@ -82,7 +82,7 @@
   </p><p>
   Head to the <a href="/downloads/">downloads page</a> to pick up the
   <a href="/downloads/uClibc-0.9.30.2.tar.xz">0.9.30.2 release</a>.
-  The <a href="http://uClibc.org/downloads/ChangeLog-0.9.30.1_0.9.30.2">
+  The <a href="https://uClibc.org/downloads/ChangeLog-0.9.30.1_0.9.30.2">
   ChangeLog-0.9.30.1_0.9.30.2</a> indicates all the details.<br>Enjoy!
   </li>
 
@@ -258,18 +258,18 @@
   <p>
 
   Updated uClibc development systems built using uClibc 0.9.28, along
-  with the <a href="http://buildroot.uclibc.org/">uClibc buildroot</a>
+  with the <a href="https://buildroot.org/">uClibc buildroot</a>
   and source code used to compile these development systems will be released
   later this evening, along with
-  <a href="http://ltp.sourceforge.net/">Linux Test Project test suite</a>
+  <a href="https://linux-test-project.github.io/">Linux Test Project test suite</a>
   results demonstrating how uClibc is doing.  Contributions of LTP test
   suite run results using uClibc are welcome...
 
   <p>
 
   As usual the
-  <a href="http://www.uclibc.org/downloads/uClibc-0.9.28.tar.bz2">source code for this release</a>
-  is available <a href="http://www.uclibc.org/downloads/">here</a>.
+  <a href="https://www.uClibc.org/downloads/uClibc-0.9.28.tar.bz2">source code for this release</a>
+  is available <a href="https://www.uClibc.org/downloads/">here</a>.
   </li>
   <li><b>13 January 2005 -- Bug and Patch Tracking</b>
   <p>
@@ -317,10 +317,10 @@
     <p>
 
     As usual, the
-    <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>,
-    <a href="http://www.uclibc.org/downloads/Changelog.full">detailed changelog</a>,
-    and <a href="http://www.uclibc.org/downloads/uClibc-0.9.27.tar.bz2">source code for this release</a>
-    are available <a href="http://www.uclibc.org/downloads/">here</a>.
+    <a href="https://www.uClibc.org/downloads/Changelog">Changelog</a>,
+    <a href="https://www.uClibc.org/downloads/Changelog.full">detailed changelog</a>,
+    and <a href="https://www.uClibc.org/downloads/uClibc-0.9.27.tar.bz2">source code for this release</a>
+    are available <a href="https://www.uClibc.org/downloads/">here</a>.
 
 
 
@@ -336,10 +336,10 @@
     even supports building your own packages using 'apt-get', and using
     'apt-get' to install already compiled packages from uclibc.org.  You can
     find Erik's uwoody distribution <a
-    href="http://www.uclibc.org/dists/">uwoody distribution here</a>.  Assembling
+    href="https://www.uClibc.org/dists/">uwoody distribution here</a>.  Assembling
     this Debian/uClibc system required a <em>lot</em> of work, so if you
     think this is the coolest thing since the invention of water, feel free to
-    <a href="http://uclibc.org/FAQ.html#support">let us know</a>.
+    <a href="https://uClibc.org/FAQ.html#support">let us know</a>.
 
 
     <p>
@@ -363,10 +363,10 @@
     <p>
 
     As usual, the
-    <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>,
-    <a href="http://www.uclibc.org/downloads/Changelog.full">detailed changelog</a>,
-    and <a href="http://www.uclibc.org/downloads/uClibc-0.9.26.tar.bz2">source code for this release</a>
-    are available <a href="http://www.uclibc.org/downloads/">here</a>.
+    <a href="https://www.uClibc.org/downloads/Changelog">Changelog</a>,
+    <a href="https://www.uClibc.org/downloads/Changelog.full">detailed changelog</a>,
+    and <a href="https://www.uClibc.org/downloads/uClibc-0.9.26.tar.bz2">source code for this release</a>
+    are available <a href="https://www.uClibc.org/downloads/">here</a>.
 
 
     <li> <b>3 January 2004, uClibc 0.9.25 Released</b>
@@ -390,10 +390,10 @@
     <p>
 
     As usual, the
-    <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>,
-    <a href="http://www.uclibc.org/downloads/Changelog.full">detailed changelog</a>,
-    and <a href="http://www.uclibc.org/downloads/uClibc-0.9.25.tar.bz2">source code for this release</a>
-    are available <a href="http://www.uclibc.org/downloads/">here</a>.
+    <a href="https://www.uClibc.org/downloads/Changelog">Changelog</a>,
+    <a href="https://www.uClibc.org/downloads/Changelog.full">detailed changelog</a>,
+    and <a href="https://www.uClibc.org/downloads/uClibc-0.9.25.tar.bz2">source code for this release</a>
+    are available <a href="https://www.uClibc.org/downloads/">here</a>.
 
 
     <p>
@@ -401,12 +401,12 @@
     <br>
 
     Current uClibc development systems have been posted for
-    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">i386</a>,
-    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_powerpc.bz2">powerpc</a>,
-    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_arm.bz2">arm</a>,
-    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_mips.bz2">mips</a>,
-    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_mipsel.bz2">mipsel</a>, and
-    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_sh4.bz2">sh4</a>.
+    <a href="https://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">i386</a>,
+    <a href="https://www.kernel.org/pub/linux/libs/uclibc/root_fs_powerpc.bz2">powerpc</a>,
+    <a href="https://www.kernel.org/pub/linux/libs/uclibc/root_fs_arm.bz2">arm</a>,
+    <a href="https://www.kernel.org/pub/linux/libs/uclibc/root_fs_mips.bz2">mips</a>,
+    <a href="https://www.kernel.org/pub/linux/libs/uclibc/root_fs_mipsel.bz2">mipsel</a>, and
+    <a href="https://www.kernel.org/pub/linux/libs/uclibc/root_fs_sh4.bz2">sh4</a>.
     The powerpc dev system mostly works, but there are still some
     problems with the shared library loader that have not yet been resolved.
     Details on what these are and how to use them can be found in the
@@ -435,10 +435,10 @@
     <p>
 
     As usual, the
-    <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>,
-    <a href="http://www.uclibc.org/downloads/Changelog.full">detailed changelog</a>,
-    and <a href="http://www.uclibc.org/downloads/uClibc-0.9.24.tar.bz2">source code for this release</a>
-    are available <a href="http://www.uclibc.org/downloads/">here</a>.
+    <a href="https://www.uClibc.org/downloads/Changelog">Changelog</a>,
+    <a href="https://www.uClibc.org/downloads/Changelog.full">detailed changelog</a>,
+    and <a href="https://www.uClibc.org/downloads/uClibc-0.9.24.tar.bz2">source code for this release</a>
+    are available <a href="https://www.uClibc.org/downloads/">here</a>.
     <li> <b>13 November 2003, uClibc 0.9.23 Released</b>
     <br>
 
@@ -462,10 +462,10 @@
     <p>
 
     As usual, the
-    <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>,
-    <a href="http://www.uclibc.org/downloads/Changelog.full">detailed changelog</a>,
-    and <a href="http://www.uclibc.org/downloads/uClibc-0.9.23.tar.bz2">source code for this release</a>
-    are available <a href="http://www.uclibc.org/downloads/">here</a>.
+    <a href="https://www.uClibc.org/downloads/Changelog">Changelog</a>,
+    <a href="https://www.uClibc.org/downloads/Changelog.full">detailed changelog</a>,
+    and <a href="https://www.uClibc.org/downloads/uClibc-0.9.23.tar.bz2">source code for this release</a>
+    are available <a href="https://www.uClibc.org/downloads/">here</a>.
 
     <p>
 
@@ -492,18 +492,18 @@
 
     Updated uClibc development systems using uClibc 0.9.22 will be made
     available within a few days.  Meanwhile, we invite you to try out uClibc
-    with the latest <a href="http://ltp.sourceforge.net/">Linux Test Project
+    with the latest <a href="https://linux-test-project.github.io/">Linux Test Project
     test suite</a> (you will need to apply a small <a
-    href="http://sources.uclibc.org/index.py/trunk/buildroot/sources/ltp-testsuite.patch?rev=1.3">patch</a>.
+    href="https://sources.uClibc.org/index.py/trunk/buildroot/sources/ltp-testsuite.patch?rev=1.3">patch</a>.
     And also give the latest Perl and Python test suites a try as well.
     If you find any bugs in uClibc, PLEASE let us know!
     <p>
 
     As usual, the
-    <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>,
-    <a href="http://www.uclibc.org/downloads/Changelog.full">detailed changelog</a>,
-    and <a href="http://www.uclibc.org/downloads/uClibc-0.9.22.tar.bz2">source code for this release</a>
-    are available <a href="http://www.uclibc.org/downloads/">here</a>.
+    <a href="https://www.uClibc.org/downloads/Changelog">Changelog</a>,
+    <a href="https://www.uClibc.org/downloads/Changelog.full">detailed changelog</a>,
+    and <a href="https://www.uClibc.org/downloads/uClibc-0.9.22.tar.bz2">source code for this release</a>
+    are available <a href="https://www.uClibc.org/downloads/">here</a>.
 
     <p>
 
@@ -512,10 +512,10 @@
     <br>
 
     The uClibc development systems for
-    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">i386</a>,
-    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_powerpc.bz2">powerpc</a>,
-    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_arm.bz2">arm</a>,
-    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_mipsel.bz2">mips</a>,
+    <a href="https://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">i386</a>,
+    <a href="https://www.kernel.org/pub/linux/libs/uclibc/root_fs_powerpc.bz2">powerpc</a>,
+    <a href="https://www.kernel.org/pub/linux/libs/uclibc/root_fs_arm.bz2">arm</a>,
+    <a href="https://www.kernel.org/pub/linux/libs/uclibc/root_fs_mipsel.bz2">mips</a>,
     have been updated to uClibc 0.9.21 (plus all the CVS updates up to
     today).  Several problems have been fixed up,
     gcc has been updated to version 3.3.1, binutils was updated to 2.14.90.0.6, and
@@ -539,7 +539,7 @@
     them fill the drive.  Whatever works for you.
 
     <p> If you would like to build your own custom uClibc system, you can
-	use <a href="http://sources.uclibc.org/index.py/trunk/buildroot/">buildroot</a>, which is
+	use <a href="https://sources.uClibc.org/index.py/trunk/buildroot/">buildroot</a>, which is
 	how these uClibc development systems were created.
     <p>
 
@@ -571,7 +571,7 @@
     compile and run with uClibc.  Both Perl and Python pass all the tests in
     their test suites (both with and without locale support enabled).  We
     invite you to grab a copy of the latest <a
-    href="http://ltp.sourceforge.net/"> Linux Test Project test suite</a> and
+    href="https://linux-test-project.github.io/"> Linux Test Project test suite</a> and
     give uClibc some abuse.  We are not yet perfect, but we are getting pretty
     darn close.
 
@@ -587,10 +587,10 @@
     <p>
 
     As usual, the
-    <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>,
-    <a href="http://www.uclibc.org/downloads/Changelog.full">detailed changelog</a>,
-    and <a href="http://www.uclibc.org/downloads/uClibc-0.9.21.tar.bz2">source code for this release</a>
-    are available <a href="http://www.uclibc.org/downloads/">here</a>.
+    <a href="https://www.uClibc.org/downloads/Changelog">Changelog</a>,
+    <a href="https://www.uClibc.org/downloads/Changelog.full">detailed changelog</a>,
+    and <a href="https://www.uClibc.org/downloads/uClibc-0.9.21.tar.bz2">source code for this release</a>
+    are available <a href="https://www.uClibc.org/downloads/">here</a>.
 
     <p>
 
@@ -622,20 +622,20 @@
 
     <p>
     As usual, the
-    <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>,
-    <a href="http://www.uclibc.org/downloads/Changelog.full">detailed changelog</a>,
-    and <a href="http://www.uclibc.org/downloads/uClibc-0.9.20.tar.bz2">source code for this release</a>
-    are available <a href="http://www.uclibc.org/downloads/">here</a>.
+    <a href="https://www.uClibc.org/downloads/Changelog">Changelog</a>,
+    <a href="https://www.uClibc.org/downloads/Changelog.full">detailed changelog</a>,
+    and <a href="https://www.uClibc.org/downloads/uClibc-0.9.20.tar.bz2">source code for this release</a>
+    are available <a href="https://www.uClibc.org/downloads/">here</a>.
     <p>
     <p>
     <li> <b>30 June 2003, dev systems updated to uClibc 0.9.20</b>
     <br>
 
     The uClibc development systems for
-    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">i386</a>,
-    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_powerpc.bz2">powerpc</a>,
-    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_arm.bz2">arm</a>,
-    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_mipsel.bz2">mips</a>,
+    <a href="https://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">i386</a>,
+    <a href="https://www.kernel.org/pub/linux/libs/uclibc/root_fs_powerpc.bz2">powerpc</a>,
+    <a href="https://www.kernel.org/pub/linux/libs/uclibc/root_fs_arm.bz2">arm</a>,
+    <a href="https://www.kernel.org/pub/linux/libs/uclibc/root_fs_mipsel.bz2">mips</a>,
     have been updated to uClibc 0.9.20.  Several problems have been fixed up,
     gcc has been updated to version 3.3, and Perl 5.8.0 is now included.
     <p>
@@ -655,7 +655,7 @@
     drive.  Whatever works for you.
 
     <p> If you would like to build your own custom uClibc system, you can
-	use <a href="http://sources.uclibc.org/index.py/trunk/buildroot/">buildroot</a>, which is
+	use <a href="https://sources.uClibc.org/index.py/trunk/buildroot/">buildroot</a>, which is
 	how the uClibc development systems were created.
     <p>
 
@@ -665,11 +665,11 @@
     <br>
 
     The uClibc development systems for
-    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">i386</a>,
-    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_powerpc.bz2">powerpc</a>,
-    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_arm.bz2">arm</a>,
+    <a href="https://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">i386</a>,
+    <a href="https://www.kernel.org/pub/linux/libs/uclibc/root_fs_powerpc.bz2">powerpc</a>,
+    <a href="https://www.kernel.org/pub/linux/libs/uclibc/root_fs_arm.bz2">arm</a>,
     and now for the first time
-    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_mipsel.bz2">mips</a>,
+    <a href="https://www.kernel.org/pub/linux/libs/uclibc/root_fs_mipsel.bz2">mips</a>,
     have been updated to uClibc 0.9.19.  Several smaller problems
     have also been fixed up.
     <p>
@@ -709,20 +709,20 @@
 
     <p>
     As usual, the
-    <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a> and <a
-    href="http://www.uclibc.org/downloads/uClibc-0.9.19.tar.bz2">source code for this release</a>
-    are available <a href="http://www.uclibc.org/downloads/">here</a>.
+    <a href="https://www.uClibc.org/downloads/Changelog">Changelog</a> and <a
+    href="https://www.uClibc.org/downloads/uClibc-0.9.19.tar.bz2">source code for this release</a>
+    are available <a href="https://www.uClibc.org/downloads/">here</a>.
     <p>
     <p>
     <li> <b>17 February 2003, development system updates</b>
     <br>
 
     The uClibc development systems for
-    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">i386</a>
+    <a href="https://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">i386</a>
     and
-    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_powerpc.bz2">powerpc</a>,
+    <a href="https://www.kernel.org/pub/linux/libs/uclibc/root_fs_powerpc.bz2">powerpc</a>,
     and
-    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_arm.bz2">arm</a>
+    <a href="https://www.kernel.org/pub/linux/libs/uclibc/root_fs_arm.bz2">arm</a>
     have been again updated.  This time around a few broken symlinks
     (one preventing C++ code from compiling) have been fixed, several
     system calls related to uids and gid have been fixed, the powerpc
@@ -739,11 +739,11 @@
 
     The uClibc development system has had a number of problems
     fixed, and has been updated for uClibc 0.9.18.  The
-    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">i386</a>
+    <a href="https://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">i386</a>
     and
-    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_powerpc.bz2">powerpc</a>,
+    <a href="https://www.kernel.org/pub/linux/libs/uclibc/root_fs_powerpc.bz2">powerpc</a>,
     and
-    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_arm.bz2">arm</a>
+    <a href="https://www.kernel.org/pub/linux/libs/uclibc/root_fs_arm.bz2">arm</a>
     devel systems are updated and ready to download and use.
     Have Fun.
     <p>
@@ -763,13 +763,13 @@
 
     <p>
     As usual, the
-    <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>
-    and <a href="http://www.uclibc.org/downloads/uClibc-0.9.18.tar.bz2">source code</a>
-    for this release are available <a href="http://www.uclibc.org/downloads/">here</a>.
+    <a href="https://www.uClibc.org/downloads/Changelog">Changelog</a>
+    and <a href="https://www.uClibc.org/downloads/uClibc-0.9.18.tar.bz2">source code</a>
+    for this release are available <a href="https://www.uClibc.org/downloads/">here</a>.
     You might want to download uClibc from the closest
-    <a href="http://kernel.org/mirrors/">kernel.org mirror site</a>.
+    <a href="https://kernel.org/mirrors/">kernel.org mirror site</a>.
     Just pick the closest mirror site, and then go to
-    <a href="http://www.kernel.org/pub/linux/libs/uclibc/">
+    <a href="https://www.kernel.org/pub/linux/libs/uclibc/">
     http://www.XX.kernel.org/pub/linux/libs/uclibc/</a>
     to download uClibc, where XX is your two letter country code.
     <p>
@@ -818,13 +818,13 @@
 
     <p>
     As usual, the
-    <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>
-    and <a href="http://www.uclibc.org/downloads/uClibc-0.9.17.tar.bz2">source code</a>
-    for this release are available <a href="http://www.uclibc.org/downloads/">here</a>.
+    <a href="https://www.uClibc.org/downloads/Changelog">Changelog</a>
+    and <a href="https://www.uClibc.org/downloads/uClibc-0.9.17.tar.bz2">source code</a>
+    for this release are available <a href="https://www.uClibc.org/downloads/">here</a>.
     You might want to download uClibc from the closest
-    <a href="http://kernel.org/mirrors/">kernel.org mirror site</a>.
+    <a href="https://kernel.org/mirrors/">kernel.org mirror site</a>.
     Just pick the closest mirror site, and then go to
-    <a href="http://www.kernel.org/pub/linux/libs/uclibc/">
+    <a href="https://www.kernel.org/pub/linux/libs/uclibc/">
     http://www.XX.kernel.org/pub/linux/libs/uclibc/</a>
     to download uClibc, where XX is your two letter country code.
     <p>
@@ -835,18 +835,18 @@
 
     A number of additional problems have been fixed and the arm build
     is now, finally, compiling and working as expected.  As such,
-    I have updated the <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">
+    I have updated the <a href="https://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">
     i386 development system image</a>, the
-    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_powerpc.bz2">
+    <a href="https://www.kernel.org/pub/linux/libs/uclibc/root_fs_powerpc.bz2">
     powerpc development system image</a>, and I am also releasing
     upon an unsuspecting world the brand new
-    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_arm.bz2">
+    <a href="https://www.kernel.org/pub/linux/libs/uclibc/root_fs_arm.bz2">
     arm development system image</a>!
     Have fun!
     <p>
 
     All three development system images were compiled and built using the stock
-    <a href="http://sources.uclibc.org/index.py/trunk/buildroot/">buildroot</a> system.  These were also
+    <a href="https://sources.uClibc.org/index.py/trunk/buildroot/">buildroot</a> system.  These were also
     built using the (about to be announced in a couple on minutes) uClibc
     0.9.17 release, so if you want to begin compiling and testing stuff with
     uClibc, but you don't feel like spending the _hours_ it takes to download,
@@ -860,7 +860,7 @@
     <p>
     Oh, and I have also have updated the uClibc/gcc toolchain builders, so
     if you just want a simple uClibc/gcc toolchain,
-    <a href="http://sources.uclibc.org/index.py/trunk/toolchain/">one of these should work for you.</a>
+    <a href="https://sources.uClibc.org/index.py/trunk/toolchain/">one of these should work for you.</a>
     <p>
 
 
@@ -870,9 +870,9 @@
 
     A few problems showed up in yesterday's development system release
     (adduser was broken, gdb didn't work, libstdc++ shared libs were missing,
-    etc).  So I've updated the <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">
+    etc).  So I've updated the <a href="https://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">
     i386 development system image</a> to fix these problems.
-    Also, the <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_powerpc.bz2">
+    Also, the <a href="https://www.kernel.org/pub/linux/libs/uclibc/root_fs_powerpc.bz2">
     powerpc development system image</a> has finally finished compiling
     and is now released upon an unsuspecting world.  Have fun!
     <p>
@@ -883,7 +883,7 @@
     <br>
 
     CodePoet Consulting (i.e. Erik) has been working hard on <a
-    href="http://sources.uclibc.org/index.py/trunk/buildroot/">buildroot</a> recently, and is pleased to
+    href="https://sources.uClibc.org/index.py/trunk/buildroot/">buildroot</a> recently, and is pleased to
     offer a full stand-alone uClibc-only development system.  This is an ext2
     filesystem for i386 containing all the development software you need to
     build your own uClibc applications.  With bash, awk, make, gcc, g++,
@@ -897,7 +897,7 @@
 
     <p>
 
-    The <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">
+    The <a href="https://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">
     uClibc development system is an 18MB bzip2 compressed ext2 filesystem</a>,
     so be prepared to wait if you are on a slow link.  If you wish to have more
     space, you can loop mount it and 'cp -a' the contents to their own
@@ -952,13 +952,13 @@
     will need to make a few changes...  We think the change is worth it.
     <p>
     As usual, the
-    <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>
-    and <a href="http://www.uclibc.org/downloads/uClibc-0.9.16.tar.bz2">source code</a>
-    for this release are available <a href="http://www.uclibc.org/downloads/">here</a>.
+    <a href="https://www.uClibc.org/downloads/Changelog">Changelog</a>
+    and <a href="https://www.uClibc.org/downloads/uClibc-0.9.16.tar.bz2">source code</a>
+    for this release are available <a href="https://www.uClibc.org/downloads/">here</a>.
     You might want to download uClibc from the closest
-    <a href="http://kernel.org/mirrors/">kernel.org mirror site</a>.
+    <a href="https://kernel.org/mirrors/">kernel.org mirror site</a>.
     Just pick the closest mirror site, and then go to
-    <a href="http://www.kernel.org/pub/linux/libs/uclibc/">
+    <a href="https://www.kernel.org/pub/linux/libs/uclibc/">
     http://www.XX.kernel.org/pub/linux/libs/uclibc/</a>
     to download uClibc, where XX is your two letter country code.
     <p>
@@ -981,7 +981,7 @@
 
     This toolchain should make it easy for anyone to build uClibc based
     applications.
-    <a href="http://sources.uclibc.org/index.py/trunk/toolchain/"> Source code can be downloaded here</a>.
+    <a href="https://sources.uClibc.org/index.py/trunk/toolchain/"> Source code can be downloaded here</a>.
     Be aware that much of the needed source code will actually be downloaded on
     when you compile the toolchains.  To build a toolchain, simply
     grab the source, edit the Makefile to select where you would like
@@ -1005,9 +1005,9 @@
     and without pthreads.  So without any further ado....
     <p>
     The
-    <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>
-    and <a href="http://www.uclibc.org/downloads/uClibc-0.9.15.tar.bz2">source code</a>
-    for this release are available <a href="http://www.uclibc.org/downloads/">here</a>.
+    <a href="https://www.uClibc.org/downloads/Changelog">Changelog</a>
+    and <a href="https://www.uClibc.org/downloads/uClibc-0.9.15.tar.bz2">source code</a>
+    for this release are available <a href="https://www.uClibc.org/downloads/">here</a>.
     <p>
     Have fun!
     <p>
@@ -1029,9 +1029,9 @@
     few minor compile warning cleanups.
     <p>
     The
-    <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>
-    and <a href="http://www.uclibc.org/downloads/uClibc-0.9.14.tar.bz2">source code</a>
-    for this release are available <a href="http://www.uclibc.org/downloads/">here</a>.
+    <a href="https://www.uClibc.org/downloads/Changelog">Changelog</a>
+    and <a href="https://www.uClibc.org/downloads/uClibc-0.9.14.tar.bz2">source code</a>
+    for this release are available <a href="https://www.uClibc.org/downloads/">here</a>.
     <p>
     Have fun!
     <p>
@@ -1056,7 +1056,7 @@
 
     This toolchain should make it easy for anyone to build uClibc based
     applications.
-    <a href="http://sources.uclibc.org/index.py/trunk/toolchain/">Source code can be downloaded here</a>.
+    <a href="https://sources.uClibc.org/index.py/trunk/toolchain/">Source code can be downloaded here</a>.
     Be aware that much of the needed source code will actually be downloaded on
     demand when you compile things.  To build the toolchain, simply
     grab the source, edit the Makefile to select where you would like
@@ -1072,11 +1072,11 @@
     uClibc is now available from the kernel.org mirrors!  This should make
     uClibc downloads much faster.  The kernel.org mirrors will have all
     uClibc release versions (everything but the daily snapshots).
-    Here is a list of all the <a href="http://kernel.org/mirrors/">kernel.org mirror sites</a>.
+    Here is a list of all the <a href="https://kernel.org/mirrors/">kernel.org mirror sites</a>.
     Just pick the closest mirror site, and then go to "/pub/linux/libs/uclibc/"
     to download uClibc.
     Just pick the closest mirror site, and then go to
-    <a href="http://www.kernel.org/pub/linux/libs/uclibc/">
+    <a href="https://www.kernel.org/pub/linux/libs/uclibc/">
     http://www.XX.kernel.org/pub/linux/libs/uclibc/</a> to download the latest
     uClibc release from a nice fast system.
     <p>
@@ -1104,9 +1104,9 @@
     any trouble.
     <p>
     The
-    <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>
-    and <a href="http://www.uclibc.org/downloads/uClibc-0.9.13.tar.bz2">source code</a>
-    for this release are available <a href="http://www.uclibc.org/downloads/">here</a>.
+    <a href="https://www.uClibc.org/downloads/Changelog">Changelog</a>
+    and <a href="https://www.uClibc.org/downloads/uClibc-0.9.13.tar.bz2">source code</a>
+    for this release are available <a href="https://www.uClibc.org/downloads/">here</a>.
     <p>
     Have fun!
     <p>
@@ -1124,7 +1124,7 @@
 
     These toolchains should make it easy to anyone to build uClibc based
     applications.
-    <a href="http://sources.uclibc.org/index.py/trunk/toolchain/">Source code can be downloaded here</a>.
+    <a href="https://sources.uClibc.org/index.py/trunk/toolchain/">Source code can be downloaded here</a>.
     Be aware that much of the needed source code will actually be downloaded on
     demand when you compile things.  To build the toolchain, simply
     grab the source, edit the Makefile to select where you would like
@@ -1160,7 +1160,7 @@
     gcc-3.1 toolchain that natively targets uClibc.  Additionally, the
     gcc-3.0.4 and gcc-2.95 toolchains have also been updated.  These toolchains
     make it easy to build uClibc based applications.
-    <a href="http://sources.uclibc.org/index.py/trunk/toolchain/">Source code can be downloaded here</a>.
+    <a href="https://sources.uClibc.org/index.py/trunk/toolchain/">Source code can be downloaded here</a>.
     and is now much smaller,
     since much of the needed binutils and gcc source code is now downloaded on
     demand.  To build the toolchain, simply grab the source, edit the Makefile
@@ -1197,7 +1197,7 @@
     shortly, but is not yet ready.  At this time, only source code and
     a Makefile for the native uClibc toolchain is being released (i.e.
     no binaries, sorry).
-    <a href="http://sources.uclibc.org/index.py/trunk/toolchain/">Source code can be downloaded here</a>.
+    <a href="https://sources.uClibc.org/index.py/trunk/toolchain/">Source code can be downloaded here</a>.
     <p>
     To build the toolchain, simply grab the source, edit the Makefile
     to select where you would like the toolchain installed.  Then
@@ -1324,7 +1324,7 @@
 
 	Those wanting an easy way to test out uClibc and give it
 	a test drive can download and compile
-	<a href="http://sources.uclibc.org/index.py/trunk/buildroot/">buildroot</a>.
+	<a href="https://sources.uClibc.org/index.py/trunk/buildroot/">buildroot</a>.
 	This is a nifty buildsystem that will automagically download and build
 	a <a href="http://user-mode-linux.sourceforge.net/">User-Mode Linux</a>
 	kernel, and will then download source for and compile up a fully
diff --git a/other_libs.html b/other_libs.html
index 85f55c8..937c3c3 100644
--- a/other_libs.html
+++ b/other_libs.html
@@ -5,16 +5,16 @@ I am currently aware of the following open source C libraries.
 
 <ul>
 
-  <li><a href="http://www.gnu.org/software/libc/libc.html">The GNU C Library</a></li>
-  <li><a href="http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/">The FreeBSD C Library</a></li>
+  <li><a href="https://www.gnu.org/software/libc/libc.html">The GNU C Library</a></li>
+  <li><a href="https://svnweb.freebsd.org/base/head/lib/libc/">The FreeBSD C Library</a></li>
   <li><a href="http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libc/">The NetBSD C Library</a></li>
-  <li><a href="http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/">The OpenBSD C Library</a></li>
+  <li><a href="http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libc/">The OpenBSD C Library</a></li>
   <li><a href="http://cvs.opendarwin.org/index.cgi/src/Libc/">The OpenDarwin C Library</a></li>
-  <li><a href="http://www.fefe.de/dietlibc/">dietlibc</a></li>
-  <li><a href="http://sources.redhat.com/newlib/">newlib</a></li>
-  <li>Al's FREE <a href="http://web.archive.org/web/20030210015019/http://www.k9wk.com/c.zip">C</a> Runtime Library (A. Maromaty, 21-Apr-1998)</li>
-  <li>the <a href="http://www.cs.vu.nl/~ast/minix.html">minix</a>
-	  <a href="http://www.cs.vu.nl/cgi-bin/raw/pub/minix/2.0.0/src.tar">C library</a></li>
+  <li><a href="https://www.fefe.de/dietlibc/">dietlibc</a></li>
+  <li><a href="https://sourceware.org/newlib/">newlib</a></li>
+  <li>Al's FREE <a href="https://web.archive.org/web/20030210015019/http://www.k9wk.com/c.zip">C</a> Runtime Library (A. Maromaty, 21-Apr-1998)</li>
+  <li>the <a href="http://www.minix.org/">minix</a>
+	  <a href="http://git.minix3.org/index.cgi?p=minix.git;a=tree;f=lib;hb=HEAD">C library</a></li>
   <li>and there is a <a href="ftp://ecos.sourceware.org/pub/ecos/">C library</a>, 
 	for <a href="http://ecos.sourceware.org/">eCos</a> as well.</li>
   <li>Rich Felker's <a href="http://www.musl-libc.org/">musl</a></li>
diff --git a/products.html b/products.html
index a59d284..b0a950b 100644
--- a/products.html
+++ b/products.html
@@ -11,14 +11,14 @@ listed in the order I happen to add them to the web page:
 
 <ul>
 
-<li><a href="http://buildroot.org/">buildroot</a> a configurable means for building your own busybox/uClibc based system systems.</li>
+<li><a href="https://buildroot.org/">buildroot</a> a configurable means for building your own busybox/uClibc based system systems.</li>
 <li><a href="http://leaf.sourceforge.net/mod.php?mod=userpage&menu=910&page_id=36">LEAF Bering-uClibc</a> 
     <br>the sucessor of the Linux Router Project, supporting all sorts of gateways, routers, wireless routers, and firewalls.</li>
 <li><a href="http://tuxscreen.net">Tuxscreen Linux Phone</a></li>
 <li><a href="http://www.linksys.com/products/product.asp?prid=508">Linksys WRT54G - Wireless-G Broadband Router</a></li>
 <li><a href="http://www.netgear.com/products/prod_details.asp?prodID=170">NetGear WG602 wireless router</a></li>
 <li><a href="http://www.axis.com/">Almost all the Axis network cameras use uClibc</a></li>
-<li><a href="http://embedded.gentoo.org/">Embedded Gentoo</a></li>
+<li><a href="https://wiki.gentoo.org/wiki/Project:Embedded">Embedded Gentoo</a></li>
 
 </ul>
 
diff --git a/specs.html b/specs.html
index fe27d82..96aeabe 100644
--- a/specs.html
+++ b/specs.html
@@ -23,7 +23,7 @@ with the latest POSIX standard.
 
 <p>
 These are documents related to the common
-<a href="http://en.wikipedia.org/wiki/Executable_and_Linkable_Format">ELF</a>
+<a href="https://en.wikipedia.org/wiki/Executable_and_Linkable_Format">ELF</a>
 format.
 <ul>
 <li><a href="/docs/elf.pdf">ELF (version 1.2)</a>
@@ -37,7 +37,7 @@ format.
 These are architecture-specific ELF documents.
 <ul>
 <li><a href="/docs/psABI-arm.pdf">psABI ARM</a>
-<li><a href="http://docs.blackfin.uclinux.org/doku.php?id=toolchain:application_binary_interface">psABI Blackfin</a>
+<li><a href="https://docs.blackfin.uclinux.org/doku.php?id=toolchain:application_binary_interface">psABI Blackfin</a>
 <li><a href="/docs/psABI-i386.pdf">psABI Intel386 (x86)</a>
 <li><a href="/docs/psABI-ia64.pdf">psABI Itanium (ia64)</a>
 <li><a href="/docs/psABI-m8-16.pdf">psABI m68k (8bit & 16bit)</a>
@@ -57,12 +57,12 @@ These are architecture-specific ELF documents.
 <p>
 These are general architecture related reference manuals.
 <ul>
-<li><a href="http://en.wikibooks.org/wiki/Subject:Assembly_languages">Wikibooks: Assembly languages</a>
+<li><a href="https://en.wikibooks.org/wiki/Subject:Assembly_languages">Wikibooks: Assembly languages</a>
 <li><a href="http://h18002.www1.hp.com/cpq-alphaserver/technology/literature/alphaahb.pdf">Alpha</a>
 	<a href="http://h18002.www1.hp.com/alphaserver/technology/chip-docs.html">(General)</a>
 <li><a href="http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.set.architecture/index.html">ARM</a>
 <li><a href="http://www.analog.com/static/imported-files/processor_manuals/Blackfin_pgr_rev2.0.pdf">Blackfin</a>
-	<a href="http://www.analog.com/en/processors-dsp/blackfin/processors/manuals/resources/index.html">(General)</a>
+	<a href="http://www.analog.com/en/products/landing-pages/001/blackfin-manuals.html">(General)</a>
 <li><a href="http://h21007.www2.hp.com/dspp/tech/tech_TechByTypePage_IDX/1,4690,40106-0,00.html">PA-RISC (HP/PA)</a>
 <li><a href="http://www.freescale.com/files/archives/doc/ref_manual/M68000PRM.pdf">m68k</a>
 <li><a href="http://www.mips.com/products/product-materials/processor/mips-architecture/">mips</a>
diff --git a/svnindex.xsl b/svnindex.xsl
index 34f040e..cd448c2 100644
--- a/svnindex.xsl
+++ b/svnindex.xsl
@@ -3,7 +3,7 @@
 <!-- A sample XML transformation style sheet for displaying the Subversion
   directory listing that is generated by mod_dav_svn when the "SVNIndexXSLT"
   directive is used. -->
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+<xsl:stylesheet xmlns:xsl="https://www.w3.org/1999/XSL/Transform" version="1.0">
 
   <xsl:output method="html"/>
 
diff --git a/toolchains.html b/toolchains.html
index 784d48b..8050fcb 100644
--- a/toolchains.html
+++ b/toolchains.html
@@ -3,18 +3,18 @@
 
 <h3>Toolchains</h3>
 To use uClibc, you need to have a toolchain.  A toolchain consists
-of <a href="http://sources.redhat.com/binutils/">GNU binutils</a>,
-the <a href="http://gcc.gnu.org/">GNU Compiler Collection GCC</a>,
-and <a href="http://uClibc.org/">uClibc</a>, all
+of <a href="https://sourceware.org/binutils/">GNU binutils</a>,
+the <a href="https://gcc.gnu.org/">GNU Compiler Collection GCC</a>,
+and <a href="https://uClibc.org/">uClibc</a>, all
 built to produce binaries for your target system linked with uClibc.
 You can build your own native uClibc toolchain using the
-<a href="http://buildroot.uclibc.org/">uClibc buildroot system</a>.
+<a href="https://buildroot.org/">uClibc buildroot system</a>.
 
 <p>
 To build your own uClibc toolchain, follow the following simple
 steps:
 <ul>
-    <li> Point your web browser <a href="http://buildroot.uclibc.org/">here</a>,
+    <li> Point your web browser <a href="https://buildroot.org/">here</a>,
     <li> Download of copy of buildroot
     <li> Unpack the tarball on your Linux system somewhere
     <li> Edit the Makefile as needed if you wish to change anything.
@@ -44,13 +44,13 @@ If you want to be <em>really</em> lazy and start using uClibc right away
 without needing to compile your own toolchain or anything, you can grab a
 pre-compiled uClibc development system.  These are currently available for
 
-<a href="http://www.uclibc.org/downloads/root_fs_arm.ext2.bz2">arm</a>,
-<a href="http://www.uclibc.org/downloads/root_fs_armeb.ext2.bz2">armeb</a>,
-<a href="http://www.uclibc.org/downloads/root_fs_i386.ext2.bz2">i386</a>,
-<a href="http://www.uclibc.org/downloads/root_fs_mips.ext2.bz2">mips</a>,
-<a href="http://www.uclibc.org/downloads/root_fs_mipsel.ext2.bz2">mipsel</a>,
-<a href="http://www.uclibc.org/downloads/root_fs_powerpc.ext2.bz2">powerpc</a>, and
-<a href="http://www.uclibc.org/downloads/root_fs_sh4.ext2.bz2">sh4</a>.
+<a href="https://www.uClibc.org/downloads/root_fs_arm.ext2.bz2">arm</a>,
+<a href="https://www.uClibc.org/downloads/root_fs_armeb.ext2.bz2">armeb</a>,
+<a href="https://www.uClibc.org/downloads/root_fs_i386.ext2.bz2">i386</a>,
+<a href="https://www.uClibc.org/downloads/root_fs_mips.ext2.bz2">mips</a>,
+<a href="https://www.uClibc.org/downloads/root_fs_mipsel.ext2.bz2">mipsel</a>,
+<a href="https://www.uClibc.org/downloads/root_fs_powerpc.ext2.bz2">powerpc</a>, and
+<a href="https://www.uClibc.org/downloads/root_fs_sh4.ext2.bz2">sh4</a>.
 
 <p>
 <strong>Note:</strong> that the images mentioned above are <em>old</em>
@@ -65,9 +65,9 @@ strace, busybox, GNU coreutils, GNU tar, GNU grep, etc.
 <p>
 
 Each of these uClibc development systems was created using
-<a href="http://buildroot.uclibc.org/">buildroot</a>, specifically,
-<a href="http://buildroot.uclibc.org/downloads/old/buildroot-0.9.27.tar.bz2">buildroot-0.9.27.tar.bz2</a>
-along with <a href="http://buildroot.uclibc.org/downloads/sources">these sources</a>.
+<a href="https://buildroot.org/">buildroot</a>, specifically,
+<a href="https://buildroot.org/downloads/old/buildroot-0.9.27.tar.bz2">buildroot-0.9.27.tar.bz2</a>
+along with <a href="https://buildroot.org/downloads/sources">these sources</a>.
 
 <p>
 
diff --git a/uClibc-apps.html b/uClibc-apps.html
index a3aaa0d..17ad8be 100644
--- a/uClibc-apps.html
+++ b/uClibc-apps.html
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> 
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "https://www.w3.org/TR/REC-html40/loose.dtd">
 
 <html>
 <head>
@@ -29,7 +29,7 @@
 
 <br>
 When you are done, 
-<a href="http://www.uclibc.org/">you can click here to return to the uClibc home page.</a>
+<a href="https://www.uClibc.org/">you can click here to return to the uClibc home page.</a>
 
 
 
@@ -60,7 +60,7 @@ only be adding items to the NOT WORKING list,
 </tr>    
 <!-- -------------------------------------------------------------------- -->
 <tr>
-  <td> <a href="http://www.mozilla.org/">Mozilla</a> </td>
+  <td> <a href="https://www.mozilla.org/">Mozilla</a> </td>
   <td>  </td>
   <td> Might actually work now.  Someone care to give it a try?</td>
 </tr>
@@ -102,7 +102,7 @@ only be adding items to the NOT WORKING list,
       alt="This site created with the vi editor"></a>
     </td>
     <td>
-      <a href="http://www.gimp.org/"><img border="0" width="90" height="36"
+      <a href="https://www.gimp.org/"><img border="0" width="90" height="36"
       src="images/gfx_by_gimp.png" alt="Graphics by GIMP"></a>
     </td>
     <td>
@@ -110,7 +110,7 @@ only be adding items to the NOT WORKING list,
       src="images/ltbutton2.png" alt="Linux Today"></a>
     </td>
     <td>
-      <a href="http://slashdot.org/"><img width="90" height="36"
+      <a href="https://slashdot.org/"><img width="90" height="36"
       src="images/sdsmall.png" alt="Slashdot"></a>
     </td>
     <td>


More information about the uClibc-cvs mailing list