diff mbox series

[pushed] wwwdocs: gcc-11: Switch www.open-std.org to https

Message ID 20230128215850.6D1B233E60@hamza.pair.com
State New
Headers show
Series [pushed] wwwdocs: gcc-11: Switch www.open-std.org to https | expand

Commit Message

Gerald Pfeifer Jan. 28, 2023, 9:58 p.m. UTC
Pushed.
Gerald

---
 htdocs/gcc-11/porting_to.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/htdocs/gcc-11/porting_to.html b/htdocs/gcc-11/porting_to.html
index 802fb367..a7b634c1 100644
--- a/htdocs/gcc-11/porting_to.html
+++ b/htdocs/gcc-11/porting_to.html
@@ -49,7 +49,7 @@  in <code>CXXFLAGS</code> or similar variables in Makefiles.</p>
 <p>G++, starting with
 <a href="https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=31bfc9b9">G++ 7</a>,
 implements C++17
-<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0522r0.html">P0522R0</a>,
+<a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0522r0.html">P0522R0</a>,
 Matching of template template-arguments excludes compatible templates.  As a
 consequence, the following test is now rejected:</p>
 <pre><code>