[libcxx-commits] [PATCH] D69363: [www] Change URLs to HTTPS.

Stephan T. Lavavej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Oct 23 19:47:32 PDT 2019


STL_MSFT created this revision.
STL_MSFT added reviewers: EricWF, ldionne, mclow.lists, zoecarver.
Herald added a reviewer: bollu.
Herald added subscribers: llvm-commits, arphaman, dexonsmith, christof.
Herald added a reviewer: jdoerfert.
Herald added projects: clang, LLVM.

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. 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).

I have this structured as a series of git commits with mechanical and manual replacements separated, but I don't know how to present that through Differential (as GitHub PRs aren't available yet).


Repository:
  rC Clang

https://reviews.llvm.org/D69363

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





More information about the libcxx-commits mailing list