diff options
author | Stephan T. Lavavej <stl@microsoft.com> | 2019-10-23 16:42:47 -0700 |
---|---|---|
committer | Stephan T. Lavavej <stl@microsoft.com> | 2019-10-24 13:25:15 -0700 |
commit | 2e4f1e112dfee1d16c138d42f2bc7ee639f9ae05 (patch) | |
tree | 65e72652aab8fed5f109f534598f187159f8ca74 /libcxx/www | |
parent | d0bd3fc88be54c4e11f49cfa31e427700bb1e9af (diff) | |
download | bcm5719-llvm-2e4f1e112dfee1d16c138d42f2bc7ee639f9ae05.tar.gz bcm5719-llvm-2e4f1e112dfee1d16c138d42f2bc7ee639f9ae05.zip |
[www] Change URLs to HTTPS.
This changes most URLs in llvm's html files to HTTPS. Most changes were
search-and-replace with manual verification; some changes were manual.
For a few URLs, the websites were performing redirects or had changed
their anchors; I fixed those up manually. This consistently uses the
official https://wg21.link redirector. This also strips trailing
whitespace and fixes a couple of typos.
Fixes D69363.
There are a very small number of dead links for which I don't know any
replacements (they are equally dead as HTTP or HTTPS):
https://llvm.org/cmds/llvm2cpp.html
https://llvm.org/devmtg/2010-11/videos/Grosser_Polly-desktop.mp4
https://llvm.org/devmtg/2010-11/videos/Grosser_Polly-mobile.mp4
https://llvm.org/devmtg/2011-11/videos/Grosser_PollyOptimizations-desktop.mov
https://llvm.org/devmtg/2011-11/videos/Grosser_PollyOptimizations-mobile.mp4
https://llvm.org/perf/db_default/v4/nts/22463
https://polly.llvm.org/documentation/memaccess.html
Diffstat (limited to 'libcxx/www')
-rw-r--r-- | libcxx/www/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/www/index.html b/libcxx/www/index.html index 997fcd0c222..03e31fb89d4 100644 --- a/libcxx/www/index.html +++ b/libcxx/www/index.html @@ -39,7 +39,7 @@ C++11, C++14 and above.</p> <p>All of the code in libc++ is <a - href="https://llvm.org/docs/DeveloperPolicy.html#license">dual licensed</a> + href="https://llvm.org/docs/DeveloperPolicy.html#copyright-license-and-patents">dual licensed</a> under the MIT license and the UIUC License (a BSD-like license).</p> <!--=====================================================================--> |