summaryrefslogtreecommitdiffstats
path: root/libclc/www
diff options
context:
space:
mode:
authorStephan T. Lavavej <stl@microsoft.com>2019-10-23 16:42:47 -0700
committerStephan T. Lavavej <stl@microsoft.com>2019-10-24 13:25:15 -0700
commit2e4f1e112dfee1d16c138d42f2bc7ee639f9ae05 (patch)
tree65e72652aab8fed5f109f534598f187159f8ca74 /libclc/www
parentd0bd3fc88be54c4e11f49cfa31e427700bb1e9af (diff)
downloadbcm5719-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 'libclc/www')
-rw-r--r--libclc/www/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/libclc/www/index.html b/libclc/www/index.html
index 97f26c696ce..35a6aa8495e 100644
--- a/libclc/www/index.html
+++ b/libclc/www/index.html
@@ -8,7 +8,7 @@
libclc is an open source, BSD/MIT dual licensed
implementation of the library requirements of the
OpenCL C programming language, as specified by the <a
-href="http://www.khronos.org/registry/cl/specs/opencl-1.1.pdf">OpenCL
+href="https://www.khronos.org/registry/OpenCL/specs/opencl-1.1.pdf">OpenCL
1.1 Specification</a>. The following sections of the specification
impose library requirements:
<ul>
@@ -25,7 +25,7 @@ impose library requirements:
</p>
<p>
-libclc is intended to be used with the <a href="http://clang.llvm.org/">Clang</a>
+libclc is intended to be used with the <a href="https://clang.llvm.org/">Clang</a>
compiler's OpenCL frontend.
</p>
@@ -47,7 +47,7 @@ support for more targets is welcome.
<h2>Mailing List</h2>
-libclc-dev@lists.llvm.org (<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/libclc-dev">subscribe/unsubscribe</a>, <a href="http://lists.llvm.org/pipermail/libclc-dev/">archives</a>)
+libclc-dev@lists.llvm.org (<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/libclc-dev">subscribe/unsubscribe</a>, <a href="https://lists.llvm.org/pipermail/libclc-dev/">archives</a>)
</body>
</html>
OpenPOWER on IntegriCloud