[pushed] wwwdocs: gcc-3.4: Update a link to use https

Message ID 20230127002338.3871F33E4D@hamza.pair.com
State Unresolved
Headers
Series [pushed] wwwdocs: gcc-3.4: Update a link to use https |

Checks

Context Check Description
snail/gcc-patch-check warning Git am fail log

Commit Message

Gerald Pfeifer Jan. 27, 2023, 12:23 a.m. UTC
  Pushed.

Gerald
---
 htdocs/gcc-3.4/changes.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/htdocs/gcc-3.4/changes.html b/htdocs/gcc-3.4/changes.html
index d9985673..76b4ce87 100644
--- a/htdocs/gcc-3.4/changes.html
+++ b/htdocs/gcc-3.4/changes.html
@@ -521,7 +521,7 @@  and not your code, that is broken.</em></p>
         Previous versions of G++ used to be less strict about this and
         allowed friend declarations for <code>private</code> class members,
         for example.  See the ISO C++ Standard Committee's <a
-        href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#209">defect
+        href="https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#209">defect
         report #209</a> for details.</li>
 
     <li>Declaration of member functions of class templates as friends are