aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFrederic Cambus <fred@statdns.com>2024-02-17 12:28:31 +0100
committerFrederic Cambus <fred@statdns.com>2024-02-17 12:28:31 +0100
commitca260e1b119b043195158098a9afda3967c6854b (patch)
tree32a950e482bd7e4aafae0ab1fb58e611622f5c27 /README.md
parent3a77522387ccff149c3a59eaf86ca4b574061134 (diff)
downloadllvm-ca260e1b119b043195158098a9afda3967c6854b.zip
llvm-ca260e1b119b043195158098a9afda3967c6854b.tar.gz
llvm-ca260e1b119b043195158098a9afda3967c6854b.tar.bz2
[docs] README: Switch link to clang.llvm.org to use HTTPS.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7fb16fd1..a9b29ec 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ files needed to process intermediate representations and convert them into
object files. Tools include an assembler, disassembler, bitcode analyzer, and
bitcode optimizer.
-C-like languages use the [Clang](http://clang.llvm.org/) frontend. This
+C-like languages use the [Clang](https://clang.llvm.org/) frontend. This
component compiles C, C++, Objective-C, and Objective-C++ code into LLVM bitcode
-- and from there into object files, using LLVM.