[all-commits] [llvm/llvm-project] 2e4f1e: [www] Change URLs to HTTPS.

Stephan T. Lavavej via All-commits all-commits at lists.llvm.org
Thu Oct 24 13:31:08 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2e4f1e112dfee1d16c138d42f2bc7ee639f9ae05
      https://github.com/llvm/llvm-project/commit/2e4f1e112dfee1d16c138d42f2bc7ee639f9ae05
  Author: Stephan T. Lavavej <stl at microsoft.com>
  Date:   2019-10-24 (Thu, 24 Oct 2019)

  Changed paths:
    M clang/www/OpenProjects.html
    M clang/www/UniversalDriver.html
    M clang/www/analyzer/alpha_checks.html
    M clang/www/analyzer/annotations.html
    M clang/www/analyzer/available_checks.html
    M clang/www/analyzer/checker_dev_manual.html
    M clang/www/analyzer/faq.html
    M clang/www/analyzer/filing_bugs.html
    M clang/www/analyzer/implicit_checks.html
    M clang/www/analyzer/index.html
    M clang/www/analyzer/installation.html
    M clang/www/analyzer/open_projects.html
    M clang/www/analyzer/potential_checkers.html
    M clang/www/analyzer/release_notes.html
    M clang/www/analyzer/scan-build.html
    M clang/www/analyzer/xcode.html
    M clang/www/comparison.html
    M clang/www/compatibility.html
    M clang/www/cxx_compatibility.html
    M clang/www/cxx_dr_status.html
    M clang/www/cxx_status.html
    M clang/www/demo/DemoInfo.html
    M clang/www/features.html
    M clang/www/get_involved.html
    M clang/www/get_started.html
    M clang/www/hacking.html
    M clang/www/index.html
    M clang/www/related.html
    M compiler-rt/www/index.html
    M libclc/www/index.html
    M libcxx/www/index.html
    M libcxxabi/www/index.html
    M libcxxabi/www/spec.html
    M openmp/www/index.html
    M polly/www/changelog.html
    M polly/www/documentation.html
    M polly/www/get_started.html
    M polly/www/index.html
    M polly/www/performance.html
    M polly/www/phonecall.html
    M polly/www/projects.html
    M polly/www/publications.html
    M polly/www/todo.html

  Log Message:
  -----------
  [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




More information about the All-commits mailing list