diff options
| author | Stephan T. Lavavej <stl@exchange.microsoft.com> | 2017-08-31 17:59:42 +0000 |
|---|---|---|
| committer | Stephan T. Lavavej <stl@exchange.microsoft.com> | 2017-08-31 17:59:42 +0000 |
| commit | 69c2e1336f5b5f3d3841bc069e3baa3af307bc2b (patch) | |
| tree | bb21d7494392d706f7208ff5d4a5c0b84e138f1d /libcxx/www/cxx1y_status.html | |
| parent | 907c1ab603ffc47d8ee11c5efc13bd79d76bb613 (diff) | |
| download | bcm5719-llvm-69c2e1336f5b5f3d3841bc069e3baa3af307bc2b.tar.gz bcm5719-llvm-69c2e1336f5b5f3d3841bc069e3baa3af307bc2b.zip | |
[libcxx] [www] Manually change http links to https.
Fixes D37318.
llvm-svn: 312260
Diffstat (limited to 'libcxx/www/cxx1y_status.html')
| -rw-r--r-- | libcxx/www/cxx1y_status.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libcxx/www/cxx1y_status.html b/libcxx/www/cxx1y_status.html index e153aa8ed0f..8d2b148282a 100644 --- a/libcxx/www/cxx1y_status.html +++ b/libcxx/www/cxx1y_status.html @@ -12,7 +12,7 @@ <body> <div id="menu"> <div> - <a href="http://llvm.org/">LLVM Home</a> + <a href="https://llvm.org/">LLVM Home</a> </div> <div class="submenu"> @@ -22,11 +22,11 @@ <div class="submenu"> <label>Quick Links</label> - <a href="http://lists.llvm.org/mailman/listinfo/cfe-dev">cfe-dev</a> - <a href="http://lists.llvm.org/mailman/listinfo/cfe-commits">cfe-commits</a> + <a href="https://lists.llvm.org/mailman/listinfo/cfe-dev">cfe-dev</a> + <a href="https://lists.llvm.org/mailman/listinfo/cfe-commits">cfe-commits</a> <a href="https://bugs.llvm.org/">Bug Reports</a> - <a href="http://llvm.org/svn/llvm-project/libcxx/trunk/">Browse SVN</a> - <a href="http://llvm.org/viewvc/llvm-project/libcxx/trunk/">Browse ViewVC</a> + <a href="https://llvm.org/svn/llvm-project/libcxx/trunk/">Browse SVN</a> + <a href="https://llvm.org/viewvc/llvm-project/libcxx/trunk/">Browse ViewVC</a> </div> </div> @@ -37,7 +37,7 @@ <p>In April 2013, the C++ standard committee approved the draft for the next version of the C++ standard, known as "C++1Y" (probably to be C++14)</p> <p>The draft standard includes papers and issues that were voted on at the previous three meetings (Kona, Portland, and Bristol)</p> - <p>This page shows the status of libc++; the status of clang's support of the language features is <a href="http://clang.llvm.org/cxx_status.html">here</a>.</p> + <p>This page shows the status of libc++; the status of clang's support of the language features is <a href="https://clang.llvm.org/cxx_status.html">here</a>.</p> <p>The groups that have contributed papers: <ul> |

