Skip to content

Commit

Permalink
[docs] README: Switch link to clang.llvm.org to use HTTPS.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcambus committed Feb 17, 2024
1 parent 3a77522 commit ca260e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit ca260e1

Please sign in to comment.