[committed] wwwdocs: bugs: Switch www.open-std.org to https

Message ID 20221029150307.06C1433E4D@hamza.pair.com
State Committed
Headers
Series [committed] wwwdocs: bugs: Switch www.open-std.org to https |

Commit Message

Gerald Pfeifer Oct. 29, 2022, 3:03 p.m. UTC
  Pushed.

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

Patch

diff --git a/htdocs/bugs/index.html b/htdocs/bugs/index.html
index d3a50f2a..aaef8915 100644
--- a/htdocs/bugs/index.html
+++ b/htdocs/bugs/index.html
@@ -650,8 +650,8 @@  the C++ standard: [dcl.init.ref] wwwdocs:/5, bullet 2, sub-bullet 1, and
 [class.temporary] wwwdocs:/2.</p>
 
 <p>Starting with GCC 4.3.0, GCC no longer gives an error for this
-case.  This change is based on
-the <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#391">intent
+case.  This change is based on the
+<a href="https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#391">intent
 of the C++ language committee</a>.  As of 2010-05-28, the final
 proposed draft of the C++0x standard permits this code without error.</p>
 </dd>