[PATCH htdocs 2/7] switch to https:// for many sites
Mike Frysinger <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
---
README | 4 ++--
download.html | 2 +-
faq.html | 10 +++++++++-
news.html | 4 ++--
top.html | 4 ++--
5 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/README b/README
index c9f713b265a6..f3273b2ee19d 100644
--- a/README
+++ b/README
@@ -43,7 +43,7 @@ More Documentation
==================
Newlib documentation is available on the net via:
- http://sourceware.org/newlib/docs.html
+ https://sourceware.org/newlib/docs.html
All the documentation for NEWLIB comes as part of the machine-readable
distribution. The documentation is written in Texinfo format, which is
@@ -592,4 +592,4 @@ Since NEWLIB supports many different configurations, it is important
that you be precise about this.
Archives of the newlib mailing list are on-line, see
- http://sourceware.org/ml/newlib/
+ https://sourceware.org/ml/newlib/
diff --git a/download.html b/download.html
index 41a72672714b..905bf3c78cd4 100644
--- a/download.html
+++ b/download.html
@@ -34,7 +34,7 @@ Documentation snapshots are also provided.
<dt><b>Read-only web-based GIT access to newlib website</b></dt>
<dd>
<pre>
- <a href="/git/gitweb.cgi?p=newlib-htdocs.git">http://sourceware.org/git/gitweb.cgi?p=newlib-htdocs.git</a>
+ <a href="/git/gitweb.cgi?p=newlib-htdocs.git">https://sourceware.org/git/gitweb.cgi?p=newlib-htdocs.git</a>
</pre>
</dd>
diff --git a/faq.html b/faq.html
index a68092315602..ed9fbaad4f20 100644
--- a/faq.html
+++ b/faq.html
@@ -227,7 +227,15 @@ other platform-specific files would need to be ported as well.</p>
<p>
<a name="q9"></a>
<li>When and how is newlib released?
-<p>Newlib currently has a yearly snapshot which is taken in December. The snapshot is taken from the source code repository and tar'd. The tar file is made available here through the newlib web-site: http://sourceware.org/newlib. Newlib does not have a formal test cycle so a snapshot is not necessarily more stable than the current repository contents. Testing does occur as a number of consumers of newlib such as Cygwin and RTEMS do extra testing as time draws nearer to a snapshot. In general, one is advised to try using the source repository as it contains the latest fixes. No fixes are posted to snapshot releases.</p>
+<p>Newlib currently has a yearly snapshot which is taken in December. The
+snapshot is taken from the source code repository and tar'd. The tar file is
+made available here through the newlib web-site: https://sourceware.org/newlib.
+Newlib does not have a formal test cycle so a snapshot is not necessarily more
+stable than the current repository contents. Testing does occur as a number of
+consumers of newlib such as Cygwin and RTEMS do extra testing as time draws
+nearer to a snapshot. In general, one is advised to try using the source
+repository as it contains the latest fixes. No fixes are posted to snapshot
+releases.</p>
<p>
<a href="#top">back to top</a>
<p>
diff --git a/news.html b/news.html
index 7eb0b40c3ed6..deadd7ea5779 100644
--- a/news.html
+++ b/news.html
@@ -17,9 +17,9 @@
<p>2013-12-23: <a href="https://sourceware.org/ml/newlib/2013/msg01128.html" target=_top>Newlib version 2.1.0 is released</a>! This release contains a number of standard fixes and includes new platform support, and various cleanups.</p>
-<p>2012-12-20: <a href="http://sourceware.org/ml/newlib/2012/msg00583.html" target=_top>Newlib version 2.0.0 is released</a>! This release contains a number of bug fixes and includes new platform support, and various cleanups.</p>
+<p>2012-12-20: <a href="https://sourceware.org/ml/newlib/2012/msg00583.html" target=_top>Newlib version 2.0.0 is released</a>! This release contains a number of bug fixes and includes new platform support, and various cleanups.</p>
-<p>2011-12-19: <a href="http://sourceware.org/ml/newlib/2011/msg00659.html" target=_top>Newlib version 1.20.0 is released</a>! This release contains a number of bug fixes and includes new platform support, time function improvements, and various C99/POSIX cleanups.</p>
+<p>2011-12-19: <a href="https://sourceware.org/ml/newlib/2011/msg00659.html" target=_top>Newlib version 1.20.0 is released</a>! This release contains a number of bug fixes and includes new platform support, time function improvements, and various C99/POSIX cleanups.</p>
<p>2010-12-16: <a href="/ml/newlib/2010/msg00673.html" target=_top>Newlib version 1.19.0 is released</a>! This release contains a number of bug fixes and includes new platform support, locale charset improvements, and various C99/POSIX cleanups.</p>
diff --git a/top.html b/top.html
index 10b00fff5cba..14e7b4367466 100644
--- a/top.html
+++ b/top.html
@@ -6,12 +6,12 @@
<body bgcolor="#ce0000" text="black">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
- <td bgcolor="#cc0000"><a href="http://www.redhat.com/" target=_top>
+ <td bgcolor="#cc0000"><a href="https://www.redhat.com/" target=_top>
<img src="logo_big2.png"
width="81" height="69" alt="[redhat.com]" border="0"></a></td>
<a name="top"></a>
<td align="center" valign="bottom" bgcolor="#ce0000">
- <a href="http://sourceware.org/" target=_top>
+ <a href="https://sourceware.org/" target=_top>
<img src="/img/topbar.png"
width="483" height="68" alt="sourceware.org" border="0"></a></td>
</tr>
--
2.34.1