[pushed] wwwdocs: bugs: Adjust link to ISO C++ standard

Message ID 20230128132131.D9DCC33E8C@hamza.pair.com
State Committed
Headers
Series [pushed] wwwdocs: bugs: Adjust link to ISO C++ standard |

Commit Message

Gerald Pfeifer Jan. 28, 2023, 1:21 p.m. UTC
  Pushed.
Gerald

---
 htdocs/bugs/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/htdocs/bugs/index.html b/htdocs/bugs/index.html
index 96a5d0f0..765d8c67 100644
--- a/htdocs/bugs/index.html
+++ b/htdocs/bugs/index.html
@@ -629,7 +629,7 @@  section</a> of the GCC manual.</p>
 <h4>Standard conformance</h4>
 
 <p>With each release, we try to make G++ conform closer to the <a href=
-"http://www.open-std.org/jtc1/sc22/wg21/">ISO C++ standard</a>.</p>
+"https://www.open-std.org/jtc1/sc22/wg21/">ISO C++ standard</a>.</p>
 
 <p>Non-conforming legacy code that worked with older versions of GCC may be
 rejected by more recent compilers.  There is no command-line switch to ensure