diff mbox series

[committed] wwwdocs: Convert a link to wg21.link to https.

Message ID 20200501143316.C405533E1E@hamza.pair.com
State New
Headers show
Series [committed] wwwdocs: Convert a link to wg21.link to https. | expand

Commit Message

Gerald Pfeifer May 1, 2020, 2:33 p.m. UTC
Pushed.

Gerald
---
 htdocs/projects/cxx-status.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
index 40cc4fd6..89e78c01 100644
--- a/htdocs/projects/cxx-status.html
+++ b/htdocs/projects/cxx-status.html
@@ -455,7 +455,7 @@ 
     <tr>
       <td> Coroutines </td>
       <td><a href="https://wg21.link/p0912r5">P0912R5</a>
-      as applied to <a href="http://wg21.link/n4861">n4861</a></td>
+      as applied to <a href="https://wg21.link/n4861">n4861</a></td>
       <td class="supported"> <a href="../gcc-10/changes.html#cxx">10 </a>
        (requires -fcoroutines)</td>
       <td> __cpp_impl_coroutine &gt;= 201902</td>