public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] wwwdocs: codingrationale: Switch www.open-std.org links to https
@ 2022-11-05 22:54 Gerald Pfeifer
  0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2022-11-05 22:54 UTC (permalink / raw)
  To: gcc-patches

Pushed.

Gerald
---
 htdocs/codingrationale.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/htdocs/codingrationale.html b/htdocs/codingrationale.html
index 900f6c53..6cc76885 100644
--- a/htdocs/codingrationale.html
+++ b/htdocs/codingrationale.html
@@ -197,11 +197,11 @@ results in an unintended call to the <code>int</code> overload on some systems.
 In practice, the problem that this restriction addresses
 arises more from bad user-defined implicit conversion operators.
 See ISO C++
-<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2437.pdf">
+<a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2437.pdf">
 N2437</a>
 and 
 ISO C++
-<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2514.html">
+<a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2514.html">
 N2514</a>.
 </p>
 
-- 
2.38.0

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-05 22:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-05 22:54 [committed] wwwdocs: codingrationale: Switch www.open-std.org links to https Gerald Pfeifer

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).