public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: newlib@sourceware.org
Subject: [PATCH htdocs 5/7] simplify mailing list news links
Date: Mon, 14 Feb 2022 21:25:50 -0500	[thread overview]
Message-ID: <20220215022552.11267-4-vapier@gentoo.org> (raw)
In-Reply-To: <20220215022552.11267-1-vapier@gentoo.org>

---
 news.html | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/news.html b/news.html
index deadd7ea5779..b110b954e84a 100644
--- a/news.html
+++ b/news.html
@@ -3,23 +3,23 @@
 
 <h2>News</h2>
 
-<p>2018-01-18:  <a href="https://sourceware.org/ml/newlib/2018/msg00019.html" target=_top>Newlib version 3.0.0 is released</a>!  This release contains the ANSI-fication changes plus other fixes.</p>
+<p>2018-01-18:  <a href="/ml/newlib/2018/msg00019.html" target=_top>Newlib version 3.0.0 is released</a>!  This release contains the ANSI-fication changes plus other fixes.</p>
 
-<p>2016-12-22:  <a href="https://sourceware.org/ml/newlib/2016/msg01191.html" target=_top>Newlib version 2.5.0 is released</a>!  This release containers a number of fixes.</p>
+<p>2016-12-22:  <a href="/ml/newlib/2016/msg01191.html" target=_top>Newlib version 2.5.0 is released</a>!  This release containers a number of fixes.</p>
 
-<p>2016-03-29:  <a href="https://sourceware.org/ml/newlib/2016/msg00370.html" target=_top>Newlib version 2.4.0 is released</a>!  This release contains the feature test macro overhaul plus some minor fixes.</p>
+<p>2016-03-29:  <a href="/ml/newlib/2016/msg00370.html" target=_top>Newlib version 2.4.0 is released</a>!  This release contains the feature test macro overhaul plus some minor fixes.</p>
 
-<p>2015-12-22:  <a href="https://sourceware.org/ml/newlib/2015/msg00944.html" target=_top>Newlib version 2.3.0 is released</a>!  This release contains a number of new features, platform enhancements, and various cleanups.</p>
+<p>2015-12-22:  <a href="/ml/newlib/2015/msg00944.html" target=_top>Newlib version 2.3.0 is released</a>!  This release contains a number of new features, platform enhancements, and various cleanups.</p>
 
-<p>2015-03-10: <a href="/ml/newlib/2015/msg00189.html" target=_top>Newlib/Cygwin moved to GIT</a>. Access to the combined Newlib/Cygwin source tree is now available through GIT and web-based GIT, see the <a href="download.html" target=_top>Download page</a>.</p>
+<p>2015-03-10:  <a href="/ml/newlib/2015/msg00189.html" target=_top>Newlib/Cygwin moved to GIT</a>. Access to the combined Newlib/Cygwin source tree is now available through GIT and web-based GIT, see the <a href="download.html" target=_top>Download page</a>.</p>
 
-<p>2014-12-18:  <a href="https://sourceware.org/ml/newlib/2014/msg00801.html" target=_top>Newlib version 2.2.0 is released</a>!  This release contains a number of new features, platform enhancements, and various cleanups.</p>
+<p>2014-12-18:  <a href="/ml/newlib/2014/msg00801.html" target=_top>Newlib version 2.2.0 is released</a>!  This release contains a number of new features, platform enhancements, and various cleanups.</p>
 
-<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>2013-12-23:  <a href="/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="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>2012-12-20:  <a href="/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="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>2011-12-19:  <a href="/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>
 
-- 
2.34.1


  parent reply	other threads:[~2022-02-15  2:26 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-15  2:25 [PATCH htdocs 0/7] various website updates Mike Frysinger
2022-02-15  2:25 ` [PATCH htdocs 2/7] switch to https:// for many sites Mike Frysinger
2022-02-15  2:25 ` [PATCH htdocs 3/7] add libgloss manual from current git Mike Frysinger
2022-02-15  2:25 ` Mike Frysinger [this message]
2022-02-15  2:25 ` [PATCH htdocs 6/7] update news entries for last few years Mike Frysinger
2022-02-15  2:25 ` [PATCH htdocs 7/7] update autotools faq entry to match current tree Mike Frysinger
2022-02-15  2:27 ` [PATCH htdocs 1/7] crush images Mike Frysinger
2022-02-17  6:27   ` Brian Inglis
2022-02-17 15:56     ` Brian Inglis
2022-02-15  2:28 ` [PATCH htdocs 4/7] refressh libc & libm manual from current git Mike Frysinger
2022-02-16 10:56 ` [PATCH htdocs 0/7] various website updates Corinna Vinschen
2022-02-17  1:39   ` Mike Frysinger
2022-02-17 12:07     ` Corinna Vinschen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220215022552.11267-4-vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=newlib@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).